author | Junio C Hamano <junkio@cox.net> | |
Sat, 10 Sep 2005 22:18:31 +0000 (15:18 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 10 Sep 2005 22:18:31 +0000 (15:18 -0700) | ||
commit | e204de28e69617265e88c73dd13c416ffa15f355 | |
tree | 61ee121abb7c4981dbc9799ceb5635a96c54586b | tree | snapshot |
parent | 6bac10d89d0889118a3e747c9c9210fd437c140d | commit | diff |
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>
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 | diff | blob | history |