aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-03 13:30:39 -0700
committerJunio C Hamano <gitster@pobox.com>2016-10-03 13:30:39 -0700
commit8f0e5439500f5b7b7705a5ab471cdc57f2ac733b (patch)
treeb54a3becc556095e4b6c5ec4dc4859c757515134 /Documentation/rev-list-options.txt
parent4e34e20c9fd25a91dad0003547b43cfa00b2740c (diff)
parent04be69478fda74fbce91a6775e5b5946c3cde61e (diff)
downloadgit-8f0e5439500f5b7b7705a5ab471cdc57f2ac733b.tar.gz
Merge branch 'pb/rev-list-reverse-with-count'
Doc update to clarify what "log -3 --reverse" does. * pb/rev-list-reverse-with-count: rev-list-options: clarify the usage of --reverse
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 7e462d3841..5da7cf5a8d 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -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
~~~~~~~~~~~~~~~~