summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41ac06c)
raw | patch | inline | side by side (parent: 41ac06c)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 14 Feb 2006 05:25:38 +0000 (21:25 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 14 Feb 2006 05:55:27 +0000 (21:55 -0800) |
I noticed that we forgot to clean this file and kept it that
way, while trying to help with Andrew's bisect problem.
Signed-off-by: Junio C Hamano <junkio@cox.net>
way, while trying to help with Andrew's bisect problem.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect.sh | patch | blob | history |
diff --git a/git-bisect.sh b/git-bisect.sh
index 51e1e4417d95530612d3ce5db64c8295c9236f53..07502536ce24edbcec8d516054f1756fd3abe9a1 100755 (executable)
--- a/git-bisect.sh
+++ b/git-bisect.sh
rm -fr "$GIT_DIR/refs/bisect"
rm -f "$GIT_DIR/refs/heads/bisect"
rm -f "$GIT_DIR/BISECT_LOG"
+ rm -f "$GIT_DIR/BISECT_NAMES"
}
bisect_replay () {