Skip to content

Commit 54a9f14

Browse files
committed
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
2 parents 9534df9 + 04be694 commit 54a9f14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/rev-list-options.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,9 @@ avoid showing the commits from two parallel development track mixed
657657
together.
658658

659659
--reverse::
660-
Output the commits in reverse order.
661-
Cannot be combined with `--walk-reflogs`.
660+
Output the commits chosen to be shown (see Commit Limiting
661+
section above) in reverse order. Cannot be combined with
662+
`--walk-reflogs`.
662663

663664
Object Traversal
664665
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)