diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-13 19:20:06 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-13 19:20:06 -0800 |
commit | c230390b4773b9e4469085283033da9e910e50a6 (patch) | |
tree | 97ccde4c5907c1d3a4435ea6b382523f415d8cbb /Documentation/git-rev-list.txt | |
parent | 3eee9c6dbebcf6341ad202f7dd4d416ef3fcba5e (diff) | |
parent | 9c5e66e97da8cadcc45a278c4e39a7d25674d4ff (diff) | |
download | git-c230390b4773b9e4469085283033da9e910e50a6.tar.gz git-c230390b4773b9e4469085283033da9e910e50a6.tar.xz |
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 c74211759..4f145eaba 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 ~~~~~~~~~~~~~~~~ |