Re: [PATCH v2 21/21] bisect: get back halfway shortcut

2016-04-15 Thread Junio C Hamano
Stephan Beyer writes: > The documentation says that when the maximum possible distance > is found, the algorithm stops immediately. That feature is > reestablished by this commit. > > Signed-off-by: Stephan Beyer > --- > > Notes: > I plugged a memory leak here. ... relative to patch series

[PATCH v2 21/21] bisect: get back halfway shortcut

2016-04-10 Thread Stephan Beyer
The documentation says that when the maximum possible distance is found, the algorithm stops immediately. That feature is reestablished by this commit. Signed-off-by: Stephan Beyer --- Notes: I plugged a memory leak here. bisect.c | 18 +- 1 file changed, 13 insertions(+),