diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-28 10:18:42 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-28 10:18:42 +0900 |
commit | d8f3074c48d95877a4e82a4683b20319f2cb2328 (patch) | |
tree | d19bcd8ad8fe5497acf816606839b9100a4b9e97 | |
parent | 986ffdc83ea3f975aacf2c2f3b6c6ac569b13780 (diff) | |
parent | 4f851dc88357ce45f01d1539d7df33736731ecec (diff) | |
download | git-d8f3074c48d95877a4e82a4683b20319f2cb2328.tar.gz |
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
-rw-r--r-- | Documentation/rev-list-options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 7d860bfca1..13501e1556 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -799,11 +799,11 @@ 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:: @@ -846,7 +846,7 @@ you would get an output like this: to be drawn properly. Cannot be combined with `--no-walk`. + -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. |