quoted
Add an "--auto-reset" option, accepted by both "git bisect start" and
"git bisect run", that resets as soon as the first bad commit is found,
returning to the commit checked out before "git bisect start". The flag
is persisted in a BISECT_AUTO_RESET state file and the restoring
checkout is done quietly.
I often find myself, after the culprit is found, running 'git
reset --hard' or 'git bisect reset' to jump to the problematic
commit to investigate further. If '--auto-reset' leaves me
checked out on that bad commit, that would be a very welcome
change.
No it's the opposite, returns to where we started before the bisection.
I don't mind changing it assuming no one likes the original idea. I
guess the name shouldn't be '--auto-reset' then.
Harald