Autogenerated HTML docs for v1.4.3-rc2
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 10 Oct 2006 04:36:30 +0000 (04:36 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 10 Oct 2006 04:36:30 +0000 (04:36 +0000)
git-shortlog.html
git-shortlog.txt

index ba0748bd66408575da98b94221c505af0df69e8a..7af741e4431d67268e841b53020a7f3afee7e137 100644 (file)
@@ -272,15 +272,39 @@ git-shortlog(1) Manual Page
 </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
@@ -317,7 +341,7 @@ Eve Jones &lt;eve@laptop.(none)&gt;</tt></pre>
 </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
index 7486ebe785733a6d4f4e1a3a2ea8f5c37b3f0a51..1601d2267c34fec24ab527caa55d35a3c52c8063 100644 (file)
@@ -7,16 +7,29 @@ git-shortlog - Summarize 'git log' output
 
 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'::