Skip to content

Commit

Permalink
Bisect: simplify "bisect start" logging.
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Christian Couder authored and Junio C Hamano committed Apr 17, 2007
1 parent aa36985 commit b8652b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions git-bisect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit b8652b4

Please sign in to comment.