From: Junio C Hamano Date: Tue, 13 May 2008 03:29:34 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.5.1-214-geafa2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=58276ec2a70778d0e75fcd45a2a50ad531bd1317;p=git.git Autogenerated HTML docs for v1.5.5.1-214-geafa2 --- diff --git a/git-bisect.html b/git-bisect.html index c30b190f4..697f596c6 100644 --- a/git-bisect.html +++ b/git-bisect.html @@ -335,7 +335,7 @@ bad kernel rev in "refs/bisect/bad".

$ git bisect reset
-

to get back to the master branch, instead of being in one of the +

to get back to the original branch, instead of being in one of the bisection branches ("git bisect start" will do that for you too, actually: it will reset the bisection state, and before it does that it checks that you're not using some old bisection branch).

@@ -512,7 +512,7 @@ test processes and the scripts.

diff --git a/git-bisect.txt b/git-bisect.txt index 539f37df2..0b8b0ebba 100644 --- a/git-bisect.txt +++ b/git-bisect.txt @@ -85,7 +85,7 @@ Oh, and then after you want to reset to the original head, do a $ git bisect reset ------------------------------------------------ -to get back to the master branch, instead of being in one of the +to get back to the original branch, instead of being in one of the bisection branches ("git bisect start" will do that for you too, actually: it will reset the bisection state, and before it does that it checks that you're not using some old bisection branch).