Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-14 08:25:38 +0300
committerJunio C Hamano <junkio@cox.net>2006-02-14 08:55:27 +0300
commit4631c0035dc26ffab3a3832a5d9e9f55245f00f7 (patch)
treece4078fa5bc74678eab14841f098671df0737044 /git-bisect.sh
parent41ac06c7a308bb23c55c066d150754492c2da1b6 (diff)
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 51e1e4417d..07502536ce 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 () {