summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 841d811)
raw | patch | inline | side by side (parent: 841d811)
author | Michael J Gruber <git@drmicha.warpmail.net> | |
Tue, 8 Mar 2011 08:31:25 +0000 (09:31 +0100) | ||
committer | Junio 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>
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 | patch | blob | history | |
Documentation/rev-list-options.txt | patch | blob | history |
index ff41784c60b04a276931fc90ab54a22a67024a1e..48c1715126cd17da495e9749c2086e3b0b84b61b 100644 (file)
-<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)
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'.
--