diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-10-03 13:30:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-10-03 13:30:39 -0700 |
commit | 8f0e5439500f5b7b7705a5ab471cdc57f2ac733b (patch) | |
tree | b54a3becc556095e4b6c5ec4dc4859c757515134 | |
parent | Merge branch 'dt/tree-fsck' (diff) | |
parent | rev-list-options: clarify the usage of --reverse (diff) | |
download | tgif-8f0e5439500f5b7b7705a5ab471cdc57f2ac733b.tar.xz |
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
-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 ~~~~~~~~~~~~~~~~ |