X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-bisect.sh;h=07502536ce24edbcec8d516054f1756fd3abe9a1;hb=72fdfb50f721460e4cdff16fbe9c72d4ce6c668c;hp=51e1e4417d95530612d3ce5db64c8295c9236f53;hpb=9a26dbd120110ad4e07d3047abc13d615183c8ec;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 () {