Skip to content

Commit d8f3074

Browse files
committed
Merge branch 'sg/rev-list-doc-reorder-fix'
Doc flow fix. * sg/rev-list-doc-reorder-fix: rev-list-options.txt: use correct directional reference
2 parents 986ffdc + 4f851dc commit d8f3074

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
@@ -799,11 +799,11 @@ endif::git-rev-list[]
799799

800800
--parents::
801801
Print also the parents of the commit (in the form "commit parent...").
802-
Also enables parent rewriting, see 'History Simplification' below.
802+
Also enables parent rewriting, see 'History Simplification' above.
803803

804804
--children::
805805
Print also the children of the commit (in the form "commit child...").
806-
Also enables parent rewriting, see 'History Simplification' below.
806+
Also enables parent rewriting, see 'History Simplification' above.
807807

808808
ifdef::git-rev-list[]
809809
--timestamp::
@@ -846,7 +846,7 @@ you would get an output like this:
846846
to be drawn properly.
847847
Cannot be combined with `--no-walk`.
848848
+
849-
This enables parent rewriting, see 'History Simplification' below.
849+
This enables parent rewriting, see 'History Simplification' above.
850850
+
851851
This implies the `--topo-order` option by default, but the
852852
`--date-order` option may also be specified.

0 commit comments

Comments
 (0)