From: Christian Couder Date: Sat, 14 Jun 2008 07:21:36 +0000 (+0200) Subject: documentation: bisect: remove bits talking about a bisection branch X-Git-Tag: v1.5.6-rc3~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=65e73dba4a7034e299895bed88a8d3e8ca127a11;p=git.git documentation: bisect: remove bits talking about a bisection branch ... because we are now bisecting using a detached HEAD. Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 37c7acbe9..3ca0d330a 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -85,10 +85,9 @@ Oh, and then after you want to reset to the original head, do a $ git bisect reset ------------------------------------------------ -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). +to get back to the original branch, instead of being on the bisection +commit ("git bisect start" will do that for you too, actually: it will +reset the bisection state). Bisect visualize ~~~~~~~~~~~~~~~~