Autogenerated man pages for v1.4.3-rc2
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 10 Oct 2006 04:36:33 +0000 (04:36 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 10 Oct 2006 04:36:33 +0000 (04:36 +0000)
man1/git-shortlog.1

index 0794ee5381aec0b2c0da4991ffda59be199fe07a..6a21149e4c6e654fac667e9a40e2ddc8670cfe20 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-SHORTLOG" "1" "10/03/2006" "" ""
+.TH "GIT\-SHORTLOG" "1" "10/10/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
 .SH "NAME"
 git\-shortlog \- Summarize 'git log' output
 .SH "SYNOPSIS"
-git\-log \-\-pretty=short | \fIgit\-shortlog\fR
+git\-log \-\-pretty=short | \fIgit\-shortlog\fR [\-h] [\-n] [\-s]
 .sp
 .SH "DESCRIPTION"
-Summarizes \fIgit log\fR output in a format suitable for inclusion in release announcements. Each commit will be grouped by author the first line of the commit message will be shown.
+Summarizes \fIgit log\fR output in a format suitable for inclusion in release announcements. Each commit will be grouped by author and the first line of the commit message will be shown.
 .sp
 Additionally, "[PATCH]" will be stripped from the commit description.
 .sp
+.SH "OPTIONS"
+.TP
+\-h
+Print a short usage message and exit.
+.TP
+\-n
+Sort output according to the number of commits per author instead of author alphabetic order.
+\-s: Supress commit description and Provide a commit count summary only.
+.sp
 .SH "FILES"
 .TP
 \fI.mailmap\fR