Bisect: simplify "bisect start" logging.

From: Christian Couder <hidden>
Date: 2016-06-15 22:43:04
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Christian Couder <redacted>
---
 git-bisect.sh |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/git-bisect.sh b/git-bisect.sh
index 85c374e..1cd4561 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
 }
 
-- 
1.5.1.1.821.g88bdb-dirty
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help