Autogenerated HTML docs for v1.5.5-49-gf43e2
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 13 Apr 2008 05:33:18 +0000 (05:33 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 13 Apr 2008 05:33:18 +0000 (05:33 +0000)
git-shortlog.html
git-shortlog.txt
git-submodule.html
git-submodule.txt
gitk.html
gitk.txt

index 8c5f1b8863e3a2efd75f9f2dd4e2438c55ade847..6123311a619f3cb495e7c61c3c6dcd5f17e9e4ca 100644 (file)
@@ -273,8 +273,8 @@ git-shortlog(1) Manual Page
 <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] [&lt;committish&gt;&#8230;]</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[&lt;width&gt;[,&lt;indent1&gt;[,&lt;indent2&gt;]]]] [&lt;committish&gt;&#8230;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -319,6 +319,17 @@ the first line of the commit message will be shown.</p>
         Show the email address of each author.\r
 </p>\r
 </dd>\r
+<dt>\r
+-w[&lt;width&gt;[,&lt;indent1&gt;[,&lt;indent2&gt;]]]\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
@@ -348,7 +359,7 @@ Eve Jones &lt;eve@laptop.(none)&gt;</tt></pre>
 </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
index c7752575d8f5f35657cb9ef5a7e9e18b82ddc8b8..d7cb4c0468e713543042d41ff57a638a7fda2881 100644 (file)
@@ -8,8 +8,8 @@ git-shortlog - Summarize 'git log' output
 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
 -----------
@@ -35,6 +35,12 @@ OPTIONS
 -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
 -----
 
index 9adc56d3d304b14ec2ef6ad4424d37d827831a1b..3eb9167639ecaaabbe4c3e8ca903d99a6bbf1cd9 100644 (file)
@@ -381,7 +381,7 @@ summary
 <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
@@ -415,7 +415,7 @@ for details.</p>
 </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
index 41f9f635665b82806350c87de5117e1cfa806c1a..6ffd896fbc78b783a7e00ed462f879cbff29d758 100644 (file)
@@ -70,7 +70,7 @@ OPTIONS
 -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.
 
index e3d0e3285863248286ffa71a1abe63f5b276a3a8..9e7b724d0f606cf6b18dd7f886497f05af67f180 100644 (file)
--- a/gitk.html
+++ b/gitk.html
@@ -379,6 +379,11 @@ gitk --max-count=100 --all -- Makefile
 </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
@@ -425,7 +430,7 @@ gitk --max-count=100 --all -- Makefile
 </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
index 29edafcedac6bcb95315e7429ea56d2d283ef6f6..ed3ba83c530411801dd1cd8980cad4d005962690 100644 (file)
--- a/gitk.txt
+++ b/gitk.txt
@@ -74,6 +74,11 @@ gitk --max-count=100 --all \-- Makefile::
        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)'::