Re: [PATCH v2] Fix revision walk for commits with the same dates

2013-03-23 Thread Eric Sunshine
On Fri, Mar 22, 2013 at 2:38 PM, Kacper Kornet wrote: > Logic in still_interesting function allows to stop the commits > traversing if the oldest processed commit is not older then the s/then/than/ > youngest commit on the list to process and the list contains only > commits marked as not intere

Re: [PATCH v2] Fix revision walk for commits with the same dates

2013-03-22 Thread Kacper Kornet
On Fri, Mar 22, 2013 at 01:45:47PM -0700, Junio C Hamano wrote: > Kacper Kornet writes: > > Logic in still_interesting function allows to stop the commits > > traversing if the oldest processed commit is not older then the > > youngest commit on the list to process and the list contains only > >

Re: [PATCH v2] Fix revision walk for commits with the same dates

2013-03-22 Thread Junio C Hamano
Kacper Kornet writes: > Logic in still_interesting function allows to stop the commits > traversing if the oldest processed commit is not older then the > youngest commit on the list to process and the list contains only > commits marked as not interesting ones. It can be premature when dealing >