bisect: remove BISECT_NAMES after done.
[git.git] / git-bisect.sh
index 51e1e44..0750253 100755 (executable)
@@ -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 () {