</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p>git-log --pretty=short | <em>git-shortlog</em></p>\r
+<p>git-log --pretty=short | <em>git-shortlog</em> [-h] [-n] [-s]</p>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
<p>Summarizes <em>git log</em> output in a format suitable for inclusion\r
-in release announcements. Each commit will be grouped by author\r
+in release announcements. Each commit will be grouped by author and\r
the first line of the commit message will be shown.</p>\r
<p>Additionally, "[PATCH]" will be stripped from the commit description.</p>\r
</div>\r
+<h2>OPTIONS</h2>\r
+<div class="sectionbody">\r
+<dl>\r
+<dt>\r
+-h\r
+</dt>\r
+<dd>\r
+<p>\r
+ Print a short usage message and exit.\r
+</p>\r
+</dd>\r
+<dt>\r
+-n\r
+</dt>\r
+<dd>\r
+<p>\r
+ Sort output according to the number of commits per author instead\r
+ of author alphabetic order.\r
+</p>\r
+</dd>\r
+</dl>\r
+<p>-s:\r
+ Supress commit description and Provide a commit count summary only.</p>\r
+</div>\r
<h2>FILES</h2>\r
<div class="sectionbody">\r
<dl>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:28 UTC\r
+Last updated 10-Oct-2006 04:36:07 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
-git-log --pretty=short | 'git-shortlog'
+git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s]
DESCRIPTION
-----------
Summarizes 'git log' output in a format suitable for inclusion
-in release announcements. Each commit will be grouped by author
+in release announcements. Each commit will be grouped by author and
the first line of the commit message will be shown.
Additionally, "[PATCH]" will be stripped from the commit description.
+OPTIONS
+-------
+
+-h::
+ Print a short usage message and exit.
+
+-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.
+
FILES
-----
'.mailmap'::