bisect--helper: retire `--bisect-auto-next` subcommand
authorPranit Bauva <pranit.bauva@gmail.com>
Wed, 3 Feb 2021 21:54:36 +0000 (22:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2021 22:52:09 +0000 (14:52 -0800)
commit9feea34810b750a6bca30ea82878fa2cbb0b830b
tree11a8a6b0529a5156d663a0f15cd0f7507711a3bc
parentb7a6f163d6273896e4f846f63dd711be0174522b
bisect--helper: retire `--bisect-auto-next` subcommand

The --bisect-auto-next subcommand is no longer used from the
git-bisect.sh shell script. Instead the function bisect_auto_next()
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