summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-06-14 07:21:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-14 17:52:57 (GMT)
commit65e73dba4a7034e299895bed88a8d3e8ca127a11 (patch)
tree3ea4337e2d22dc52979f3693ea369fb2cb381f31 /Documentation
parent6483925999cde47e5108414ac3f57760394ee2d2 (diff)
downloadgit-65e73dba4a7034e299895bed88a8d3e8ca127a11.zip
git-65e73dba4a7034e299895bed88a8d3e8ca127a11.tar.gz
git-65e73dba4a7034e299895bed88a8d3e8ca127a11.tar.bz2
documentation: bisect: remove bits talking about a bisection branch
... because we are now bisecting using a detached HEAD. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-bisect.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index 37c7acb..3ca0d33 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
~~~~~~~~~~~~~~~~