Skip to content

Commit 4f851dc

Browse files
szedergitster
authored andcommitted
rev-list-options.txt: use correct directional reference
The descriptions of the options '--parents', '--children' and '--graph' say "see 'History Simplification' below", although the referred section is in fact above the description of these options. Send readers in the right direction by saying "above" instead of "below". Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f98fd43 commit 4f851dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/rev-list-options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,12 +630,12 @@ endif::git-rev-list[]
630630
--parents::
631631

632632
Print also the parents of the commit (in the form "commit parent...").
633-
Also enables parent rewriting, see 'History Simplification' below.
633+
Also enables parent rewriting, see 'History Simplification' above.
634634

635635
--children::
636636

637637
Print also the children of the commit (in the form "commit child...").
638-
Also enables parent rewriting, see 'History Simplification' below.
638+
Also enables parent rewriting, see 'History Simplification' above.
639639

640640
ifdef::git-rev-list[]
641641
--timestamp::
@@ -679,7 +679,7 @@ you would get an output like this:
679679
to be printed in between commits, in order for the graph history
680680
to be drawn properly.
681681
+
682-
This enables parent rewriting, see 'History Simplification' below.
682+
This enables parent rewriting, see 'History Simplification' above.
683683
+
684684
This implies the '--topo-order' option by default, but the
685685
'--date-order' option may also be specified.

0 commit comments

Comments
 (0)