From: Michael J Gruber Date: Tue, 8 Mar 2011 08:31:25 +0000 (+0100) Subject: git-log.txt,rev-list-options.txt: -n/--max-count is commit limiting X-Git-Tag: v1.7.5-rc0~52^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=190767f6c15edef430498a10356cb6d573934e7a;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index ff41784c6..48c171512 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -25,6 +25,7 @@ OPTIONS -:: Limits the number of commits to show. + Note that this is a commit limiting option, see below. ..:: Show only commits between the named two commits. When diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 9c47ad885..46b7e64c8 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -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'. --