Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
documentation: bisect: remove bits talking about a bisection branch
author
Christian Couder
<chriscool@tuxfamily.org>
Sat, 14 Jun 2008 07:21:36 +0000
(09:21 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 14 Jun 2008 17:52:57 +0000
(10:52 -0700)
... 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>
Documentation/git-bisect.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
6483925
)
diff --git
a/Documentation/git-bisect.txt
b/Documentation/git-bisect.txt
index 37c7acbe9f88c7feae0f7f3936ae823b3a7a78a0..3ca0d330ad06e76d73657189c5f90e0994ba4505 100644
(file)
--- 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
------------------------------------------------
$ 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
~~~~~~~~~~~~~~~~
Bisect visualize
~~~~~~~~~~~~~~~~