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

2016-08-24 Thread Junio C Hamano
Pranit Bauva writes: > 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

[PATCH v14 04/27] bisect--helper: `bisect_clean_state` shell function in C

2016-08-23 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