Skip to content

Commit c949397

Browse files
moygitster
authored andcommitted
Documentation/bisect: move getting help section to the end
Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f6216c2 commit c949397

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Documentation/git-bisect.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ This command uses 'git rev-list --bisect' to help drive the
3131
binary search process to find which change introduced a bug, given an
3232
old "good" commit object name and a later "bad" commit object name.
3333

34-
Getting help
35-
~~~~~~~~~~~~
36-
37-
Use "git bisect" to get a short usage description, and "git bisect
38-
help" or "git bisect -h" to get a long usage description.
39-
4034
Basic bisect commands: start, bad, good
4135
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4236

@@ -379,6 +373,11 @@ In this case, when 'git bisect run' finishes, bisect/bad will refer to a commit
379373
has at least one parent whose reachable graph is fully traversable in the sense
380374
required by 'git pack objects'.
381375

376+
Getting help
377+
~~~~~~~~~~~~
378+
379+
Use `git bisect` to get a short usage description, and `git bisect
380+
help` or `git bisect -h` to get a long usage description.
382381

383382
SEE ALSO
384383
--------

0 commit comments

Comments
 (0)