Uwe Kleine-König [off-list ref] writes:
Uwe Kleine-König wrote:
quoted
mv "$GIT_DIR/refs/heads/new-bisect" "$GIT_DIR/refs/heads/bisect" &&
independant of my suggested patch, I wonder if that line should better
use update-ref. (This line is older than update-ref.)
Yup. If we can clean things up to use update-ref and
symbolic-ref properly that would be nice. Re-counting is an
independent issue as you say.
Also we may perhaps want to stop using bisect branch but use
detached HEAD (but still refs/bisect hierarchy)? This one I am
not so sure, but one less reserved name.