rev-list-options: clarify the usage of --reverse

Users often wonder if the oldest or the newest n commits are shown
by `log -n --reverse`.  Clarify that --reverse kicks in only after
deciding which commits are to be shown to unconfuse them.

Reported-by: Ruediger Meier <sweet_f_a@gmx.de>
Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Pranit Bauva 2016-09-27 20:44:09 +00:00 committed by Junio C Hamano
parent 0b65a8dbdb
commit 04be69478f

View file

@ -638,8 +638,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
~~~~~~~~~~~~~~~~