summaryrefslogtreecommitdiffstats
path: root/git-shortlog.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-04-13 05:33:18 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-04-13 05:33:18 +0000
commit1bdd3b0f84f2ffeb9f08fce80c8ddc3e76c17210 (patch)
treecdae991508c4549129da1abaac0f21ca90687c64 /git-shortlog.html
parente79159d5498ad2b14be1b372eab269a78cfc3443 (diff)
downloadgit-htmldocs-1bdd3b0f84f2ffeb9f08fce80c8ddc3e76c17210.tar.gz
Autogenerated HTML docs for v1.5.5-49-gf43e2
Diffstat (limited to 'git-shortlog.html')
-rw-r--r--git-shortlog.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/git-shortlog.html b/git-shortlog.html
index 8c5f1b886..6123311a6 100644
--- a/git-shortlog.html
+++ b/git-shortlog.html
@@ -273,8 +273,8 @@ git-shortlog(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content">git-log --pretty=short | <em>git-shortlog</em> [-h] [-n] [-s] [-e]
-git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [&lt;committish&gt;&#8230;]</div></div>
+<div class="content">git-log --pretty=short | <em>git-shortlog</em> [-h] [-n] [-s] [-e] [-w]
+git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [-w[&lt;width&gt;[,&lt;indent1&gt;[,&lt;indent2&gt;]]]] [&lt;committish&gt;&#8230;]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -319,6 +319,17 @@ the first line of the commit message will be shown.</p>
Show the email address of each author.
</p>
</dd>
+<dt>
+-w[&lt;width&gt;[,&lt;indent1&gt;[,&lt;indent2&gt;]]]
+</dt>
+<dd>
+<p>
+ Linewrap the output by wrapping each line at <tt>width</tt>. The first
+ line of each entry is indented by <tt>indent1</tt> spaces, and the second
+ and subsequent lines are indented by <tt>indent2</tt> spaces. <tt>width</tt>,
+ <tt>indent1</tt>, and <tt>indent2</tt> default to 76, 6 and 9 respectively.
+</p>
+</dd>
</dl>
</div>
<h2>FILES</h2>
@@ -348,7 +359,7 @@ Eve Jones &lt;eve@laptop.(none)&gt;</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 07-Jan-2008 07:50:47 UTC
+Last updated 13-Apr-2008 05:32:58 UTC
</div>
</div>
</body>