aboutsummaryrefslogtreecommitdiff
path: root/git-bisect.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-13 21:25:38 -0800
committerJunio C Hamano <junkio@cox.net>2006-02-13 21:55:27 -0800
commit4631c0035dc26ffab3a3832a5d9e9f55245f00f7 (patch)
treece4078fa5bc74678eab14841f098671df0737044 /git-bisect.sh
parent41ac06c7a308bb23c55c066d150754492c2da1b6 (diff)
downloadgit-4631c0035dc26ffab3a3832a5d9e9f55245f00f7.tar.gz
git-4631c0035dc26ffab3a3832a5d9e9f55245f00f7.tar.xz
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>
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-xgit-bisect.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-bisect.sh b/git-bisect.sh
index 51e1e4417..07502536c 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 () {