[PATCH 13/26] bisect--helper: retire `--bisect-clean-state` subcommand

2019-02-24 Thread Pranit Bauva via GitGitGadget
From: Pranit Bauva The `bisect-clean-state` subcommand is no longer used in the shell script while the C code uses `bisect_clean_state()` thus remove the subcommand. Mentored-by: Lars Schneider Mentored-by: Christian Couder Signed-off-by: Pranit Bauva Signed-off-by: Tanushree Tumane

[PATCH 26/26] bisect--helper: retire `--check-and-set-terms` subcommand

2019-02-24 Thread Pranit Bauva via GitGitGadget
From: Pranit Bauva The `--check-and-set-terms` subcommand is no longer used in the shell script and the function `check_and_set_terms()` is called from the C implementation. Mentored-by: Lars Schneider Mentored-by: Christian Couder Mentored-by: Johannes Schindelin Signed-off-by: Pranit Bauva

[PATCH 20/26] bisect--helper: `bisect_replay` shell function in C

2019-02-24 Thread Pranit Bauva via GitGitGadget
From: Pranit Bauva Reimplement the `bisect_replay` shell function in C and also add `--bisect-replay` subcommand to `git bisect--helper` to call it from git-bisect.sh Using `--bisect-replay` subcommand is a temporary measure to port shell function to C so as to use the existing test suite. As

<    2   3   4   5   6   7