Re: [PATCH v2 15/21] bisect: introduce distance_direction()

2016-04-15 Thread Junio C Hamano
Stephan Beyer writes: > We introduce the concept of rising and falling distances > (in addition to a halfway distance). > This will be useful in subsequent commits. > > Signed-off-by: Stephan Beyer > --- > bisect.c | 33 +++-- > 1 file changed, 23 insertions(+), 10 d

[PATCH v2 15/21] bisect: introduce distance_direction()

2016-04-10 Thread Stephan Beyer
We introduce the concept of rising and falling distances (in addition to a halfway distance). This will be useful in subsequent commits. Signed-off-by: Stephan Beyer --- bisect.c | 33 +++-- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/bisect.c b/bi