bisect--helper: reimplement `bisect_skip` shell function in C
authorPranit Bauva <redacted>
Wed, 3 Feb 2021 21:54:37 +0000 (22:54 +0100)
committerJunio C Hamano <redacted>
Wed, 3 Feb 2021 22:52:09 +0000 (14:52 -0800)
commite4c7b33747dccc6600bc528b51e91c11b474eb04
treefefe82dc2dba4103f2d757b3085ee408630c9da5
parent9feea34810b750a6bca30ea82878fa2cbb0b830b
bisect--helper: reimplement `bisect_skip` shell function in C

Reimplement the `bisect_skip()` shell function in C and also add
`bisect-skip` subcommand to `git bisect--helper` to call it from
git-bisect.sh

Using `--bisect-skip` 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