X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-bisect.sh;h=07502536ce24edbcec8d516054f1756fd3abe9a1;hb=687dd75c95f9212244b6cf4fe60b40db44de01ba;hp=51e1e4417d95530612d3ce5db64c8295c9236f53;hpb=1ed91937e5cd59fdbdfa5f15f6fac132d2b21ce0;p=git.git diff --git a/git-bisect.sh b/git-bisect.sh index 51e1e441..07502536 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 () {