<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content">git-log --pretty=short | <em>git-shortlog</em> [-h] [-n] [-s] [-e]\r
-git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [<committish>…]</div></div>\r
+<div class="content">git-log --pretty=short | <em>git-shortlog</em> [-h] [-n] [-s] [-e] [-w]\r
+git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] [<committish>…]</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
Show the email address of each author.\r
</p>\r
</dd>\r
+<dt>\r
+-w[<width>[,<indent1>[,<indent2>]]]\r
+</dt>\r
+<dd>\r
+<p>\r
+ Linewrap the output by wrapping each line at <tt>width</tt>. The first\r
+ line of each entry is indented by <tt>indent1</tt> spaces, and the second\r
+ and subsequent lines are indented by <tt>indent2</tt> spaces. <tt>width</tt>,\r
+ <tt>indent1</tt>, and <tt>indent2</tt> default to 76, 6 and 9 respectively.\r
+</p>\r
+</dd>\r
</dl>\r
</div>\r
<h2>FILES</h2>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:47 UTC\r
+Last updated 13-Apr-2008 05:32:58 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
[verse]
-git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] [-e]
-git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [<committish>...]
+git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] [-e] [-w]
+git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] [<committish>...]
DESCRIPTION
-----------
-e, \--email::
Show the email address of each author.
+-w[<width>[,<indent1>[,<indent2>]]]::
+ Linewrap the output by wrapping each line at `width`. The first
+ line of each entry is indented by `indent1` spaces, and the second
+ and subsequent lines are indented by `indent2` spaces. `width`,
+ `indent1`, and `indent2` default to 76, 6 and 9 respectively.
+
FILES
-----
<p>\r
This option is only valid for the summary command.\r
Limit the summary size (number of commits shown in total).\r
- Giving 0 will disable the summary; a negative number means unlimted\r
+ Giving 0 will disable the summary; a negative number means unlimited\r
(the default). This limit only applies to modified submodules. The\r
size is always limited to 1 for added/deleted/typechanged submodules.\r
</p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-Mar-2008 09:48:17 UTC\r
+Last updated 13-Apr-2008 05:32:58 UTC\r
</div>\r
</div>\r
</body>\r
-n, --summary-limit::
This option is only valid for the summary command.
Limit the summary size (number of commits shown in total).
- Giving 0 will disable the summary; a negative number means unlimted
+ Giving 0 will disable the summary; a negative number means unlimited
(the default). This limit only applies to modified submodules. The
size is always limited to 1 for added/deleted/typechanged submodules.
</dd>\r
</dl>\r
</div>\r
+<h2>Files</h2>\r
+<div class="sectionbody">\r
+<p>Gitk creates the .gitk file in your $HOME directory to store preferences\r
+such as display options, font, and colors.</p>\r
+</div>\r
<h2>See Also</h2>\r
<div class="sectionbody">\r
<dl>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:59 UTC\r
+Last updated 13-Apr-2008 05:32:58 UTC\r
</div>\r
</div>\r
</body>\r
Show at most 100 changes made to the file 'Makefile'. Instead of only
looking for changes in the current branch look in all branches.
+Files
+-----
+Gitk creates the .gitk file in your $HOME directory to store preferences
+such as display options, font, and colors.
+
See Also
--------
'qgit(1)'::