summaryrefslogtreecommitdiffstats
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-15 03:23:22 +0100
committerJunio C Hamano <junkio@cox.net>2007-01-15 03:23:22 +0100
commitadb7ba6b116c0ec26e058b9b41a5a528d123323f (patch)
tree78a2b94c22eab4f1d5aaf6013e3e9d0e43e62671 /Documentation/git-log.txt
parentConvert output messages in merge-recursive to past tense. (diff)
downloadgit-adb7ba6b116c0ec26e058b9b41a5a528d123323f.tar.xz
git-adb7ba6b116c0ec26e058b9b41a5a528d123323f.zip
git log documentation: teach -<n> form.
We say "this shows only the most often used ones"; so instead of teaching --max-number=<n> form, list -<n> form which is much easier to type. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
-rw-r--r--Documentation/git-log.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index e9f746bbd4..60610f91f4 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -27,7 +27,7 @@ OPTIONS
include::pretty-formats.txt[]
---max-count=<n>::
+-<n>::
Limits the number of commits to show.
<since>..<until>::