summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aa36985)
raw | patch | inline | side by side (parent: aa36985)
author | Christian Couder <chriscool@tuxfamily.org> | |
Tue, 17 Apr 2007 04:40:50 +0000 (06:40 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 17 Apr 2007 04:44:40 +0000 (21:44 -0700) |
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect.sh | patch | blob | history |
diff --git a/git-bisect.sh b/git-bisect.sh
index 85c374e21e7076cae8f186afe899437bda1ac770..1cd456173dc386528cbbbca35e327badf97a25e2 100755 (executable)
--- a/git-bisect.sh
+++ b/git-bisect.sh
done
sq "$@" >"$GIT_DIR/BISECT_NAMES"
- {
- printf "git-bisect start"
- echo "$orig_args"
- } >>"$GIT_DIR/BISECT_LOG"
+ echo "git-bisect start$orig_args" >>"$GIT_DIR/BISECT_LOG"
bisect_auto_next
}