bisect--helper: retire `--bisect-write` subcommand
authorPranit Bauva <pranit.bauva@gmail.com>
Wed, 3 Feb 2021 21:54:34 +0000 (22:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
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 <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