diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-02-13 21:25:38 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-02-13 21:55:27 -0800 |
| commit | 4631c0035dc26ffab3a3832a5d9e9f55245f00f7 (patch) | |
| tree | ce4078fa5bc74678eab14841f098671df0737044 | |
| parent | Documentation: git-ls-files asciidocco. (diff) | |
| download | git-4631c0035dc26ffab3a3832a5d9e9f55245f00f7.tar.gz git-4631c0035dc26ffab3a3832a5d9e9f55245f00f7.zip | |
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>
| -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 51e1e4417d..07502536ce 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 () { |
