Re: [PATCH v13 04/13] bisect--helper: `bisect_clean_state` shell function in C

2016-08-21 Thread Pranit Bauva
Hey, On Sat, Aug 20, 2016 at 2:02 AM, Pranit Bauva wrote: > Reimplement `bisect_clean_state` shell function in C and add a > `bisect-clean-state` subcommand to `git bisect--helper` to call it from > git-bisect.sh . > > Using `--bisect-clean-state` subcommand is a measure

[PATCH v13 04/13] bisect--helper: `bisect_clean_state` shell function in C

2016-08-19 Thread Pranit Bauva
Reimplement `bisect_clean_state` shell function in C and add a `bisect-clean-state` subcommand to `git bisect--helper` to call it from git-bisect.sh . Using `--bisect-clean-state` subcommand is a measure to port shell function to C so as to use the existing test suite. As more functions are