]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-bisect.sh
git-mergetool: Make default selection of merge-tool more intelligent
[thirdparty/git.git] / git-bisect.sh
index 85c374e21e7076cae8f186afe899437bda1ac770..1cd456173dc386528cbbbca35e327badf97a25e2 100755 (executable)
@@ -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
 }