]> git.ipfire.org Git - thirdparty/git.git/commit
bisect--helper: reimplement `bisect_replay` shell function in C
authorPranit Bauva <pranit.bauva@gmail.com>
Wed, 3 Feb 2021 21:54:33 +0000 (22:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
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 <larsxschneider@gmail.com>
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
Signed-off-by: Tanushree Tumane <tanushreetumane@gmail.com>
Signed-off-by: Miriam Rubio <mirucam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/bisect--helper.c
git-bisect.sh