X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-rev-list.txt;h=4f145eaba47175e48dd592ffe5018be5cb4cb375;hb=9cec65399d3575774910b21c1cfd762a5e88a245;hp=a996f6cb1e4e9e94dbf3ccfb383990267a1cb819;hpb=4d12a471230625da73be464f5a20b7480a6b8ecb;p=git.git diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index a996f6cb1..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 ] ... [ \-- ... ] @@ -191,7 +192,7 @@ limiting may be applied. In addition to the '' listed on the command line, read them from the standard input. ---walk-reflogs:: +-g, --walk-reflogs:: Instead of walking the commit ancestry chain, walk reflog entries from the most recent one to older ones. @@ -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 ~~~~~~~~~~~~~~~~