diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-10-11 14:20:05 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-10-11 14:20:06 -0700 |
commit | 54a9f14743748ada4bef3caffa45c6170ae4da32 (patch) | |
tree | 7cb5ef858431016c17b6b8a112a52f3a7aa6449e | |
parent | 9534df98683e4268628619fb86af29e11e6db353 (diff) | |
parent | 04be69478fda74fbce91a6775e5b5946c3cde61e (diff) | |
download | git-54a9f14743748ada4bef3caffa45c6170ae4da32.tar.gz |
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
-rw-r--r-- | Documentation/rev-list-options.txt | 5 |
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 ~~~~~~~~~~~~~~~~ |