summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-14 05:25:38 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-02-14 05:55:27 (GMT)
commit4631c0035dc26ffab3a3832a5d9e9f55245f00f7 (patch)
treece4078fa5bc74678eab14841f098671df0737044
parent41ac06c7a308bb23c55c066d150754492c2da1b6 (diff)
downloadgit-4631c0035dc26ffab3a3832a5d9e9f55245f00f7.zip
git-4631c0035dc26ffab3a3832a5d9e9f55245f00f7.tar.gz
git-4631c0035dc26ffab3a3832a5d9e9f55245f00f7.tar.bz2
bisect: remove BISECT_NAMES after done.
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>
-rwxr-xr-xgit-bisect.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-bisect.sh b/git-bisect.sh
index 51e1e44..0750253 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -172,6 +172,7 @@ bisect_reset() {
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 () {