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 <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
SZEDER Gábor committed
Oct 26, 2017 at 17:26 UTC
4f851dc88357ce45f01d1539d7df33736731ecec
1 file changed
+3
-3
Documentation/rev-list-options.txt
+3
-3
@@ -630,12 +630,12 @@ endif::git-rev-list[]
630
--parents::
631
632
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.
634
635
--children::
636
637
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.
639
640
ifdef::git-rev-list[]
641
--timestamp::
@@ -679,7 +679,7 @@ you would get an output like this:
679
to be printed in between commits, in order for the graph history
680
to be drawn properly.
681
+
682
-This enables parent rewriting, see 'History Simplification' below.
682
+This enables parent rewriting, see 'History Simplification' above.
683
+
684
This implies the '--topo-order' option by default, but the
685
'--date-order' option may also be specified.