git-svn: support -C<num> passing to git-diff-tree
[git.git] / git-bisect.sh
index 3c024aa..03df143 100755 (executable)
@@ -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 () {