summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-14 07:23:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-14 07:23:58 +0000
commit053827fc208a615853d69ff66269e9c1600b7fa0 (patch)
tree8c0e18f41368070a515bd63482c1fcae9bf3528c /git-rev-list.txt
parent4b0130fa1a667a1c3bf0d3d7e810c6a536cf580f (diff)
downloadgit-htmldocs-053827fc208a615853d69ff66269e9c1600b7fa0.tar.gz
Autogenerated HTML docs for v1.5.0-19-gddff
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index c74211759..4f145eaba 100644
--- a/git-rev-list.txt
+++ b/git-rev-list.txt
@@ -27,6 +27,7 @@ SYNOPSIS
[ \--pretty | \--header ]
[ \--bisect ]
[ \--merge ]
+ [ \--reverse ]
[ \--walk-reflogs ]
<commit>... [ \-- <paths>... ]
@@ -266,6 +267,10 @@ By default, the commits are shown in reverse chronological order.
parent comes before all of its children, but otherwise things
are still ordered in the commit timestamp order.
+--reverse::
+
+ Output the commits in reverse order.
+
Object Traversal
~~~~~~~~~~~~~~~~