Skip to content

Commit

Permalink
bisect: remove BISECT_NAMES after done.
Browse files Browse the repository at this point in the history
I noticed that we forgot to clean this file and kept it that
way, while trying to help with Andrew's bisect problem.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Feb 14, 2006
1 parent 41ac06c commit 4631c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-bisect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 4631c00

Please sign in to comment.