]> git.ipfire.org Git - thirdparty/git.git/commit
bisect--helper: handle states directly
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Nov 2022 16:36:44 +0000 (23:36 +0700)
committerTaylor Blau <me@ttaylorr.com>
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 <johannes.schindelin@gmx.de>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
builtin/bisect--helper.c
git-bisect.sh