diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-14 18:23:22 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-14 18:23:22 -0800 |
commit | adb7ba6b116c0ec26e058b9b41a5a528d123323f (patch) | |
tree | 78a2b94c22eab4f1d5aaf6013e3e9d0e43e62671 /Documentation/git-log.txt | |
parent | 89f40be294363ce4d14ed6931a65561a4e8e9140 (diff) | |
download | git-adb7ba6b116c0ec26e058b9b41a5a528d123323f.tar.gz |
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 'Documentation/git-log.txt')
-rw-r--r-- | Documentation/git-log.txt | 2 |
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>:: |