Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2011-03-08 11:31:25 +0300
committerJunio C Hamano <gitster@pobox.com>2011-03-08 22:59:43 +0300
commit190767f6c15edef430498a10356cb6d573934e7a (patch)
treebdbde34d0b307ccc7c71d5e611d24aba1b924456 /Documentation/git-log.txt
parent841d81180e6754b18559220087decf01f504b203 (diff)
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>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r--Documentation/git-log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index ff41784c60..48c1715126 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -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