Merge branch 'js/reverse'

* js/reverse:
  Teach revision machinery about --reverse
This commit is contained in:
Junio C Hamano
2007-02-13 19:20:06 -08:00
3 changed files with 45 additions and 1 deletions

View File

@ -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
~~~~~~~~~~~~~~~~