diff options
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-x | git-bisect.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-bisect.sh b/git-bisect.sh index 3c024aae73..03df1433ef 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 () { |