summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2017-10-26 15:26:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-10-27 01:29:38 (GMT)
commit4f851dc88357ce45f01d1539d7df33736731ecec (patch)
treeb8f690b984aab119e14329a7a2fe21a7ceed12b1
parentf98fd4367542b507c18b6aeb4ac0c824dec4b7b3 (diff)
downloadgit-4f851dc88357ce45f01d1539d7df33736731ecec.zip
git-4f851dc88357ce45f01d1539d7df33736731ecec.tar.gz
git-4f851dc88357ce45f01d1539d7df33736731ecec.tar.bz2
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>
-rw-r--r--Documentation/rev-list-options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 09860de..44135d3 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -630,12 +630,12 @@ endif::git-rev-list[]
--parents::
Print also the parents of the commit (in the form "commit parent...").
- Also enables parent rewriting, see 'History Simplification' below.
+ Also enables parent rewriting, see 'History Simplification' above.
--children::
Print also the children of the commit (in the form "commit child...").
- Also enables parent rewriting, see 'History Simplification' below.
+ Also enables parent rewriting, see 'History Simplification' above.
ifdef::git-rev-list[]
--timestamp::
@@ -679,7 +679,7 @@ you would get an output like this:
to be printed in between commits, in order for the graph history
to be drawn properly.
+
-This enables parent rewriting, see 'History Simplification' below.
+This enables parent rewriting, see 'History Simplification' above.
+
This implies the '--topo-order' option by default, but the
'--date-order' option may also be specified.