diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-14 04:20:06 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-14 04:20:06 +0100 |
commit | c230390b4773b9e4469085283033da9e910e50a6 (patch) | |
tree | 97ccde4c5907c1d3a4435ea6b382523f415d8cbb /Documentation/git-rev-list.txt | |
parent | Merge branch 'jc/diff-apply-patch' (diff) | |
parent | Teach revision machinery about --reverse (diff) | |
download | git-c230390b4773b9e4469085283033da9e910e50a6.tar.xz git-c230390b4773b9e4469085283033da9e910e50a6.zip |
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.txt | 5 |
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 ~~~~~~~~~~~~~~~~ |