File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -799,11 +799,11 @@ endif::git-rev-list[]
799
799
800
800
--parents::
801
801
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 .
803
803
804
804
--children::
805
805
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 .
807
807
808
808
ifdef::git-rev-list[]
809
809
--timestamp::
@@ -846,7 +846,7 @@ you would get an output like this:
846
846
to be drawn properly.
847
847
Cannot be combined with `--no-walk`.
848
848
+
849
- This enables parent rewriting, see 'History Simplification' below .
849
+ This enables parent rewriting, see 'History Simplification' above .
850
850
+
851
851
This implies the `--topo-order` option by default, but the
852
852
`--date-order` option may also be specified.
You can’t perform that action at this time.
0 commit comments