]> git.ipfire.org Git - thirdparty/git.git/commit - git-bisect.sh
Keep bisection log so that it can be replayed later.
authorJunio C Hamano <junkio@cox.net>
Sat, 10 Sep 2005 22:18:31 +0000 (15:18 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 10 Sep 2005 22:18:31 +0000 (15:18 -0700)
commite204de28e69617265e88c73dd13c416ffa15f355
tree61ee121abb7c4981dbc9799ceb5635a96c54586b
parent6bac10d89d0889118a3e747c9c9210fd437c140d
Keep bisection log so that it can be replayed later.

The 'git bisect' command was very unforgiving in that once you made a
mistake telling it good/bad it was very hard to take it back.  Keep a
log of what you told it in an earlier session, so that it can be
replayed after removing everything after what you botched last time.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect.sh