aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-13 19:20:06 -0800
committerJunio C Hamano <junkio@cox.net>2007-02-13 19:20:06 -0800
commitc230390b4773b9e4469085283033da9e910e50a6 (patch)
tree97ccde4c5907c1d3a4435ea6b382523f415d8cbb /Documentation/git-rev-list.txt
parent3eee9c6dbebcf6341ad202f7dd4d416ef3fcba5e (diff)
parent9c5e66e97da8cadcc45a278c4e39a7d25674d4ff (diff)
downloadgit-c230390b4773b9e4469085283033da9e910e50a6.tar.gz
Merge branch 'js/reverse'
* js/reverse: Teach revision machinery about --reverse
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r--Documentation/git-rev-list.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index c742117595..4f145eaba4 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/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
~~~~~~~~~~~~~~~~