summaryrefslogtreecommitdiffstats
path: root/git-shortlog.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-06-07 19:51:45 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-06-07 19:51:45 +0000
commit33db43733d19e4dd878a9a04089535eaf47fd374 (patch)
tree2cabfeb09aaf0aeeebaee462c1a26be6451edef1 /git-shortlog.html
parent1bab4b0c25397665461ac79c23871ba23e83cf9f (diff)
downloadgit-htmldocs-33db43733d19e4dd878a9a04089535eaf47fd374.tar.gz
Autogenerated HTML docs for v1.4.0-rc1-gfd7e
Diffstat (limited to 'git-shortlog.html')
-rw-r--r--git-shortlog.html28
1 files changed, 26 insertions, 2 deletions
diff --git a/git-shortlog.html b/git-shortlog.html
index 426763386..41b397c38 100644
--- a/git-shortlog.html
+++ b/git-shortlog.html
@@ -277,7 +277,31 @@ git-shortlog(1) Manual Page
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>Summarizes <em>git log</em> output in a format suitable for inclusion
-in release announcements.</p>
+in release announcements. Each commit will be grouped by author
+the first line of the commit message will be shown.</p>
+<p>Additionally, "[PATCH]" will be stripped from the commit description.</p>
+</div>
+<h2>FILES</h2>
+<div class="sectionbody">
+<dl>
+<dt>
+<em>.mailmap</em>
+</dt>
+<dd>
+<p>
+ If this file exists, it will be used for mapping author email
+ addresses to a real author name. One mapping per line, first
+ the author name followed by the email address enclosed by
+ <em>&lt;</em> and <em>&gt;</em>. Use hash <em>#</em> for comments. Example:
+</p>
+<div class="literalblock">
+<div class="content">
+<pre><tt># Keep alphabetized
+Adam Morrow &lt;adam@localhost.localdomain&gt;
+Eve Jones &lt;eve@laptop.(none)&gt;</tt></pre>
+</div></div>
+</dd>
+</dl>
</div>
<h2>Author</h2>
<div class="sectionbody">
@@ -293,7 +317,7 @@ in release announcements.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 10-Mar-2006 00:31:36 UTC
+Last updated 07-Jun-2006 19:51:32 UTC
</div>
</div>
</body>