From: Junio C Hamano Date: Tue, 10 Oct 2006 04:36:33 +0000 (+0000) Subject: Autogenerated man pages for v1.4.3-rc2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6ac72dc909a4ccfaee830f76f721b8cb29f69da;p=git.git Autogenerated man pages for v1.4.3-rc2 --- diff --git a/man1/git-shortlog.1 b/man1/git-shortlog.1 index 0794ee538..6a21149e4 100755 --- a/man1/git-shortlog.1 +++ b/man1/git-shortlog.1 @@ -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) @@ -10,13 +10,22 @@ .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