Re: [PATCH v4] bisect: create 'bisect_flags' parameter in find_bisection()

2018-04-20 Thread Johannes Schindelin
Hi Harald, On Wed, 18 Apr 2018, Harald Nordgren wrote: > Make it possible to implement bisecting only on first parents or on > merge commits by passing flags to find_bisection(), instead of just > a 'find_all' boolean. > > Signed-off-by: Harald Nordgren > --- > > Notes: > Use unsigned type

[PATCH v4] bisect: create 'bisect_flags' parameter in find_bisection()

2018-04-18 Thread Harald Nordgren
Make it possible to implement bisecting only on first parents or on merge commits by passing flags to find_bisection(), instead of just a 'find_all' boolean. Signed-off-by: Harald Nordgren --- Notes: Use unsigned type and cache flag value bisect.c | 15 ++- bisect.h