Merge branch 'pb/rev-list-reverse-with-count'
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Oct 2016 20:30:39 +0000 (13:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Oct 2016 20:30:39 +0000 (13:30 -0700)
Doc update to clarify what "log -3 --reverse" does.

* pb/rev-list-reverse-with-count:
rev-list-options: clarify the usage of --reverse

Documentation/rev-list-options.txt
index 7e462d3841daa1e7c11af224a98c6d7cf0b801a4..5da7cf5a8d02d6fd52993f042f29efe4cc749051 100644 (file)
@@ -657,8 +657,9 @@ avoid showing the commits from two parallel development track mixed
 together.
 
 --reverse::
-       Output the commits in reverse order.
-       Cannot be combined with `--walk-reflogs`.
+       Output the commits chosen to be shown (see Commit Limiting
+       section above) in reverse order. Cannot be combined with
+       `--walk-reflogs`.
 
 Object Traversal
 ~~~~~~~~~~~~~~~~