From: Junio C Hamano Date: Mon, 3 Oct 2016 20:30:39 +0000 (-0700) Subject: Merge branch 'pb/rev-list-reverse-with-count' X-Git-Tag: v2.11.0-rc0~85 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8f0e5439500f5b7b7705a5ab471cdc57f2ac733b?hp=4e34e20c9fd25a91dad0003547b43cfa00b2740c 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 --- 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 ~~~~~~~~~~~~~~~~