Browse Source

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 18 years ago committed by Junio C Hamano
parent
commit
b8652b4de0
  1. 5
      git-bisect.sh

5
git-bisect.sh

@ -116,10 +116,7 @@ bisect_start() { @@ -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
}


Loading…
Cancel
Save