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 drae...@pld-linux.org 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

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

2013-03-22 Thread Kacper Kornet
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 with a set of coequal commits.

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

2013-03-22 Thread Junio C Hamano
Kacper Kornet drae...@pld-linux.org 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

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 drae...@pld-linux.org 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