Browse Source

git-log.txt,rev-list-options.txt: -n/--max-count is commit limiting

They are applied after commit ordering and formatting options, in
particular --reverse.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Michael J Gruber 14 years ago committed by Junio C Hamano
parent
commit
190767f6c1
  1. 1
      Documentation/git-log.txt
  2. 3
      Documentation/rev-list-options.txt

1
Documentation/git-log.txt

@ -25,6 +25,7 @@ OPTIONS @@ -25,6 +25,7 @@ OPTIONS

-<n>::
Limits the number of commits to show.
Note that this is a commit limiting option, see below.

<since>..<until>::
Show only commits between the named two commits. When

3
Documentation/rev-list-options.txt

@ -158,7 +158,8 @@ Commit Limiting @@ -158,7 +158,8 @@ Commit Limiting

Besides specifying a range of commits that should be listed using the
special notations explained in the description, additional commit
limiting may be applied.
limiting may be applied. Note that they are applied before commit
ordering and formatting options, such as '--reverse'.

--


Loading…
Cancel
Save