bisect--helper: retire `--bisect-next-check` subcommand
commit911aba1420522991f9d79cec42d0cb957d2ba00a
authorMiriam Rubio <mirucam@gmail.com>
Mon, 13 Sep 2021 17:39:04 +0000 (13 19:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Sep 2021 20:37:39 +0000 (13 13:37 -0700)
tree503fb0c7ee3393f8b1d84832007270a52af8b878
parentd1bbbe45df8f1019364d3bdf458b49de1a693721
bisect--helper: retire `--bisect-next-check` subcommand

After reimplementation of `git bisect run` in C,
`--bisect-next-check` subcommand is not needed anymore.

Let's remove it from options list and code.

Mentored by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Miriam Rubio <mirucam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/bisect--helper.c