summaryrefslogtreecommitdiffstats
path: root/git-shortlog.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-05-21 14:57:53 +0000
committerJunio C Hamano <junio@kernel.org>2010-05-21 14:57:53 +0000
commitcc7636a7aa705986cedababd3173cad477491003 (patch)
treed5f2c5aeadb840264c0881528637d5c124b615a7 /git-shortlog.html
parente97d5771c3fcb22302e27b6f962375a059cdcb13 (diff)
downloadgit-htmldocs-cc7636a7aa705986cedababd3173cad477491003.tar.gz
Autogenerated HTML docs for v1.7.1-226-g770c5
Diffstat (limited to 'git-shortlog.html')
-rw-r--r--git-shortlog.html23
1 files changed, 21 insertions, 2 deletions
diff --git a/git-shortlog.html b/git-shortlog.html
index 5b4d512ff..cc4b3332e 100644
--- a/git-shortlog.html
+++ b/git-shortlog.html
@@ -322,7 +322,7 @@ git-shortlog(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content">git log --pretty=short | <em>git shortlog</em> [-h] [-n] [-s] [-e] [-w]
-<em>git shortlog</em> [-n|--numbered] [-s|--summary] [-e|--email] [-w[&lt;width&gt;[,&lt;indent1&gt;[,&lt;indent2&gt;]]]] [&lt;committish&gt;&#8230;]</div></div>
+<em>git shortlog</em> [-n|--numbered] [-s|--summary] [-e|--email] [-w[&lt;width&gt;[,&lt;indent1&gt;[,&lt;indent2&gt;]]]] &lt;commit&gt;&#8230;</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -330,6 +330,10 @@ git-shortlog(1) Manual Page
in release announcements. Each commit will be grouped by author and
the first line of the commit message will be shown.</p></div>
<div class="para"><p>Additionally, "[PATCH]" will be stripped from the commit description.</p></div>
+<div class="para"><p>If no revisions are passed on the command line and either standard input
+is not a terminal or there is no current branch, <em>git shortlog</em> will
+output a summary of the log read from standard input, without
+reference to the current repository.</p></div>
</div>
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
@@ -380,6 +384,21 @@ the first line of the commit message will be shown.</p></div>
</p>
</dd>
<dt>
+--format[=<em>&lt;format&gt;</em>]
+</dt>
+<dd>
+<p>
+ Instead of the commit subject, use some other information to
+ describe each commit. <em>&lt;format&gt;</em> can be any string accepted
+ by the <tt>--format</tt> option of <em>git log</em>, such as <em>&#42; [%h] %s</em>.
+ (See the "PRETTY FORMATS" section of <a href="git-log.html">git-log(1)</a>.)
+</p>
+<div class="literalblock">
+<div class="content">
+<pre><tt>Each pretty-printed commit will be rewrapped before it is shown.</tt></pre>
+</div></div>
+</dd>
+<dt>
-w[&lt;width&gt;[,&lt;indent1&gt;[,&lt;indent2&gt;]]]
</dt>
<dd>
@@ -483,7 +502,7 @@ the email address.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-04-24 02:56:08 UTC
+Last updated 2010-05-21 14:57:19 UTC
</div>
</div>
</body>