Skip to content

Commit 4631c00

Browse files
author
Junio C Hamano
committed
bisect: remove BISECT_NAMES after done.
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>
1 parent 41ac06c commit 4631c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-bisect.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ bisect_reset() {
172172
rm -fr "$GIT_DIR/refs/bisect"
173173
rm -f "$GIT_DIR/refs/heads/bisect"
174174
rm -f "$GIT_DIR/BISECT_LOG"
175+
rm -f "$GIT_DIR/BISECT_NAMES"
175176
}
176177

177178
bisect_replay () {

0 commit comments

Comments
 (0)