Skip to content

Commit

Permalink
git log documentation: teach -<n> form.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Jan 15, 2007
1 parent 89f40be commit adb7ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ OPTIONS

include::pretty-formats.txt[]

--max-count=<n>::
-<n>::
Limits the number of commits to show.

<since>..<until>::
Expand Down

0 comments on commit adb7ba6

Please sign in to comment.