]> git.ipfire.org Git - thirdparty/git.git/commit
bisect: output bisect setup status in bisect log
authorChris Down <chris@chrisdown.name>
Wed, 11 May 2022 18:00:14 +0000 (19:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 May 2022 19:35:13 +0000 (12:35 -0700)
commitf11046e6def11a281a371918793226f30e3f8c12
tree482e78b9f499078fefee280857b994d5f5ccea33
parent0cf1defa5a6764b8a0fd956ff4d114cb014cb8a4
bisect: output bisect setup status in bisect log

This allows seeing the current intermediate status without adding a new
good or bad commit:

    $ git bisect log | tail -1
    # status: waiting for bad commit, 1 good commit known

Signed-off-by: Chris Down <chris@chrisdown.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/bisect--helper.c
t/t6030-bisect-porcelain.sh