Skip to content

Commit b8652b4

Browse files
chriscoolJunio C Hamano
authored andcommitted
Bisect: simplify "bisect start" logging.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent aa36985 commit b8652b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

git-bisect.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,7 @@ bisect_start() {
116116
done
117117

118118
sq "$@" >"$GIT_DIR/BISECT_NAMES"
119-
{
120-
printf "git-bisect start"
121-
echo "$orig_args"
122-
} >>"$GIT_DIR/BISECT_LOG"
119+
echo "git-bisect start$orig_args" >>"$GIT_DIR/BISECT_LOG"
123120
bisect_auto_next
124121
}
125122

0 commit comments

Comments
 (0)