Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/bisect: move getting help section to the end
author
Matthieu Moy
<Matthieu.Moy@imag.fr>
Fri, 26 Jun 2015 16:58:11 +0000
(18:58 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 26 Jun 2015 18:10:54 +0000
(11:10 -0700)
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bisect.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
f6216c2
)
diff --git
a/Documentation/git-bisect.txt
b/Documentation/git-bisect.txt
index 4cb52a7302077e17d5a05983a5e6c924b4694194..2bdc3b8b5918d91b7e86208c7d84c85ad51c0a80 100644
(file)
--- a/
Documentation/git-bisect.txt
+++ b/
Documentation/git-bisect.txt
@@
-31,12
+31,6
@@
This command uses 'git rev-list --bisect' to help drive the
binary search process to find which change introduced a bug, given an
old "good" commit object name and a later "bad" commit object name.
binary search process to find which change introduced a bug, given an
old "good" commit object name and a later "bad" commit object name.
-Getting help
-~~~~~~~~~~~~
-
-Use "git bisect" to get a short usage description, and "git bisect
-help" or "git bisect -h" to get a long usage description.
-
Basic bisect commands: start, bad, good
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Basic bisect commands: start, bad, good
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@
-379,6
+373,11
@@
In this case, when 'git bisect run' finishes, bisect/bad will refer to a commit
has at least one parent whose reachable graph is fully traversable in the sense
required by 'git pack objects'.
has at least one parent whose reachable graph is fully traversable in the sense
required by 'git pack objects'.
+Getting help
+~~~~~~~~~~~~
+
+Use `git bisect` to get a short usage description, and `git bisect
+help` or `git bisect -h` to get a long usage description.
SEE ALSO
--------
SEE ALSO
--------