From: Junio C Hamano Date: Mon, 15 Jan 2007 02:23:22 +0000 (-0800) Subject: git log documentation: teach - form. X-Git-Tag: v1.5.0-rc2~96 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=adb7ba6b116c0ec26e058b9b41a5a528d123323f;p=git.git git log documentation: teach - form. We say "this shows only the most often used ones"; so instead of teaching --max-number= form, list - form which is much easier to type. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index e9f746bbd..60610f91f 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -27,7 +27,7 @@ OPTIONS include::pretty-formats.txt[] ---max-count=:: +-:: Limits the number of commits to show. ..::