Am 17.07.26 um 20:27 schrieb Harald Nordgren via GitGitGadget:
From: Harald Nordgren <redacted>
When a bisection finishes, "git bisect" reports the first bad commit
but leaves the session active until "git bisect reset" is run by hand.
Add an "--auto-reset[=<where>]" option, accepted by both "git bisect
start" and "git bisect run", that resets as soon as the first bad commit
is found. The "original" value returns to the commit checked out before
"git bisect start", while "found" leaves the first bad commit checked
out; omitting the value defaults to "original".
IMHO, --auto-reset is too generic and doesn't give a clue what is
automatic about it. How about --reset-when-found?
-- Hannes