bisect--helper: reimplement `bisect_replay` shell function in C
authorPranit Bauva <redacted>
Wed, 3 Feb 2021 21:54:33 +0000 (22:54 +0100)
committerJunio C Hamano <redacted>
Wed, 3 Feb 2021 22:52:08 +0000 (14:52 -0800)
commit2b1fd947f6d81ae772ebb75ef2e668866ab38c55
tree523634388fb6adcccf15c64f8059a03a05d54e5c
parent97d5ba6a39253a38229dd4518afd0410d13f615a
bisect--helper: reimplement `bisect_replay` shell function in C

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.

Mentored-by: Lars Schneider <redacted>
Mentored-by: Christian Couder <redacted>
Mentored-by: Johannes Schindelin <redacted>
Signed-off-by: Pranit Bauva <redacted>
Signed-off-by: Tanushree Tumane <redacted>
Signed-off-by: Miriam Rubio <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/bisect--helper.c
git-bisect.sh
git clone https://git.99rst.org/PROJECT