]> git.99rst.org Git - git.git/commit
bisect--helper: handle states directly
authorJohannes Schindelin <redacted>
Thu, 10 Nov 2022 16:36:44 +0000 (23:36 +0700)
committerTaylor Blau <redacted>
Fri, 11 Nov 2022 22:06:00 +0000 (17:06 -0500)
commitdf63421be927c689bbd9384d503768c0515063c4
treeb8addd2e8ff78ecb73e0a452cd7fcff79d3551b0
parent5512376ae14b07bb3c71c3ea7b4a181dd0fb4172
bisect--helper: handle states directly

In preparation for making `git bisect` a real built-in, let's prepare
the `bisect--helper` built-in to handle `git bisect--helper good` and
`git bisect--helper bad`, i.e. eliminate the need of `state` subcommand.

Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Đoàn Trần Công Danh <redacted>
Signed-off-by: Taylor Blau <redacted>
builtin/bisect--helper.c
git-bisect.sh
git clone https://git.99rst.org/PROJECT