X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-bisect.sh;h=03df1433ef12014584f23f16e65124c219c2f466;hb=91df4330d35f1f1670dd04af0a14f1ca84a72b2b;hp=3c024aae73430f1927e65c925135d3030cb43f10;hpb=e76d1bec04d342d84686ad9c5fd47f048fd94609;p=git.git diff --git a/git-bisect.sh b/git-bisect.sh index 3c024aae..03df1433 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -183,6 +183,7 @@ bisect_reset() { rm -fr "$GIT_DIR/refs/bisect" rm -f "$GIT_DIR/refs/heads/bisect" "$GIT_DIR/head-name" rm -f "$GIT_DIR/BISECT_LOG" + rm -f "$GIT_DIR/BISECT_NAMES" } bisect_replay () {