Code

git-log.txt,rev-list-options.txt: -n/--max-count is commit limiting
authorMichael J Gruber <git@drmicha.warpmail.net>
Tue, 8 Mar 2011 08:31:25 +0000 (09:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Mar 2011 19:59:43 +0000 (11:59 -0800)
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>
Documentation/git-log.txt
Documentation/rev-list-options.txt

index ff41784c60b04a276931fc90ab54a22a67024a1e..48c1715126cd17da495e9749c2086e3b0b84b61b 100644 (file)
@@ -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
index 9c47ad885bd7565b45b9ac4e5e4a0798653d75e8..46b7e64c8b0d00278686d69bb358c1874291cb48 100644 (file)
@@ -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'.
 
 --