]> git.ipfire.org Git - thirdparty/git.git/commit
bisect--helper: retire `--bisect-autostart` subcommand
authorPranit Bauva <pranit.bauva@gmail.com>
Thu, 15 Oct 2020 13:38:38 +0000 (15:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2020 19:24:20 +0000 (12:24 -0700)
commitb0f6494f70fd72141581ae2d392d9d793be08b81
treed63ca10bd38f283316b9d551731362bcb3cb87bd
parent5c517fe345baa6bc7d0ecc31dd60c299dc6648ce
bisect--helper: retire `--bisect-autostart` subcommand

The `--bisect-autostart` subcommand is no longer used from the
git-bisect.sh shell script. Instead the function
`bisect_autostart()` 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>
Reviewed-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/bisect--helper.c