Use "git checkout -q" in git-bisect
commit08f1675059c09b7ee0b8ed16bc059472d07bb9e5
authorJunio C Hamano <junkio@cox.net>
Fri, 2 Feb 2007 05:47:34 +0000 (1 21:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 2 Feb 2007 05:47:34 +0000 (1 21:47 -0800)
treeb463d166b5087ae201bddc66cc13129a65e829fb
parent6124aee5d903150a649a75bf51a68b4bdfd67140
Use "git checkout -q" in git-bisect

Converts one use of git-checkout in git-bisect not to say "switching
to branch".  It looks like all the other cases it is friendlier to
give notice to the end user.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect.sh