From: Junio C Hamano Date: Tue, 14 Feb 2006 05:25:38 +0000 (-0800) Subject: bisect: remove BISECT_NAMES after done. X-Git-Tag: v1.2.1~6 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=4631c0035dc26ffab3a3832a5d9e9f55245f00f7;p=git.git 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 --- diff --git a/git-bisect.sh b/git-bisect.sh index 51e1e441..07502536 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -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 () {