Bisect: simplify "bisect start" logging.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Christian Couder 2007-04-17 06:40:50 +02:00 коммит произвёл Junio C Hamano
Родитель aa36985161
Коммит b8652b4de0
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -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
}