Bisect: simplify "bisect start" logging.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Christian Couder 2007-04-17 06:40:50 +02:00 committed by Junio C Hamano
parent aa36985161
commit b8652b4de0
1 changed files with 1 additions and 4 deletions

View File

@ -116,10 +116,7 @@ bisect_start() {
done done


sq "$@" >"$GIT_DIR/BISECT_NAMES" sq "$@" >"$GIT_DIR/BISECT_NAMES"
{ echo "git-bisect start$orig_args" >>"$GIT_DIR/BISECT_LOG"
printf "git-bisect start"
echo "$orig_args"
} >>"$GIT_DIR/BISECT_LOG"
bisect_auto_next bisect_auto_next
} }