Merge branch 'pb/rev-list-reverse-with-count' into maint

Doc update to clarify what "log -3 --reverse" does.

* pb/rev-list-reverse-with-count:
  rev-list-options: clarify the usage of --reverse
maint
Junio C Hamano 2016-10-11 14:20:05 -07:00
commit 54a9f14743
1 changed files with 3 additions and 2 deletions

View File

@ -657,8 +657,9 @@ avoid showing the commits from two parallel development track mixed
together. together.


--reverse:: --reverse::
Output the commits in reverse order. Output the commits chosen to be shown (see Commit Limiting
Cannot be combined with `--walk-reflogs`. section above) in reverse order. Cannot be combined with
`--walk-reflogs`.


Object Traversal Object Traversal
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~