X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-bisect.sh;h=1cd456173dc386528cbbbca35e327badf97a25e2;hb=1d431b22357389d0833830daf814ff0c4dc9189d;hp=85c374e21e7076cae8f186afe899437bda1ac770;hpb=5bba1b355ec505407dc7aef56dd0c94f60760f1a;p=git.git diff --git a/git-bisect.sh b/git-bisect.sh index 85c374e21..1cd456173 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -116,10 +116,7 @@ bisect_start() { 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 }