summaryrefslogtreecommitdiffstats
path: root/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-15 05:10:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-15 05:10:38 +0000
commit00e884a91e0f543a4157ce3c125e5957142bc099 (patch)
treeb8031e8532fdf3688382772eb55d674a1b0101b8 /git-bisect.txt
parent6fb124cd538ba3d8d7c5da9bb979b3fd0e1b2925 (diff)
downloadgit-htmldocs-00e884a91e0f543a4157ce3c125e5957142bc099.tar.gz
Autogenerated HTML docs for v1.5.6-rc3
Diffstat (limited to 'git-bisect.txt')
-rw-r--r--git-bisect.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/git-bisect.txt b/git-bisect.txt
index 37c7acbe9..3ca0d330a 100644
--- a/git-bisect.txt
+++ b/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
~~~~~~~~~~~~~~~~