Re: [PATCH 08/16] bisect: use commit instead of commit list as arguments when appropriate

2016-02-25 Thread Junio C Hamano
Stephan Beyer writes: > It makes no sense that the argument for count_distance() and > halfway() is a commit list when only its first commit is relevant. > > Signed-off-by: Stephan Beyer > --- > > This is just some kind of minor code cleanup. > The typical "while at it", you know it, I guess. I

[PATCH 08/16] bisect: use commit instead of commit list as arguments when appropriate

2016-02-25 Thread Stephan Beyer
It makes no sense that the argument for count_distance() and halfway() is a commit list when only its first commit is relevant. Signed-off-by: Stephan Beyer --- This is just some kind of minor code cleanup. The typical "while at it", you know it, I guess. bisect.c | 16 1 file