]> git.99rst.org Git - git.git/commit
bisect--helper: retire `--bisect-next-check` subcommand
authorMiriam Rubio <redacted>
Mon, 13 Sep 2021 17:39:04 +0000 (19:39 +0200)
committerJunio C Hamano <redacted>
Mon, 13 Sep 2021 20:37:39 +0000 (13:37 -0700)
commit911aba1420522991f9d79cec42d0cb957d2ba00a
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 <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