Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bisect: remove BISECT_NAMES after done.
[gitweb.git]
/
git-bisect.sh
diff --git
a/git-bisect.sh
b/git-bisect.sh
index 51e1e4417d95530612d3ce5db64c8295c9236f53..07502536ce24edbcec8d516054f1756fd3abe9a1 100755
(executable)
--- 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 () {