bisect--helper: retire `--bisect-write` subcommand
authorPranit Bauva <redacted>
Wed, 3 Feb 2021 21:54:34 +0000 (22:54 +0100)
committerJunio C Hamano <redacted>
Wed, 3 Feb 2021 22:52:08 +0000 (14:52 -0800)
commit68efed8c8a43ad95f4e517ea60034179418dd8bc
treeac3043821e5fefc42db60f73f53b361cf113cc73
parent2b1fd947f6d81ae772ebb75ef2e668866ab38c55
bisect--helper: retire `--bisect-write` subcommand

The `--bisect-write` subcommand is no longer used from the
git-bisect.sh shell script. Instead the function `bisect_write()`
is directly called from the C implementation.

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 clone https://git.99rst.org/PROJECT