]> git.99rst.org Git - git.git/commit
Merge branch 'hn/bisect-reset-when-found'
authorJunio C Hamano <redacted>
Tue, 18 Aug 2026 16:31:36 +0000 (09:31 -0700)
committerJunio C Hamano <redacted>
Tue, 18 Aug 2026 16:31:36 +0000 (09:31 -0700)
commite23356ae1afe0e6775aa27c479116bfb7d09272b
treeb6db4040fcfcaf82b1d11f0c77a3c7eee13710ba
parent3beb8bb74277bf0817a09651bccd8f9d9d156ce9
parentf70281521a06894e51b5acfa9abbbb884c05d980
Merge branch 'hn/bisect-reset-when-found'

The 'git bisect' command has been taught a
'--reset-when-found[=<where>]' option that tells the command to
automatically run 'git bisect reset' to jump back to the original
state or to the found culprit.

* hn/bisect-reset-when-found:
  bisect: add --reset-when-found to leave when done
  bisect: let bisect_reset() optionally check out quietly
builtin/bisect.c
t/t6030-bisect-porcelain.sh
git clone https://git.99rst.org/PROJECT