Autogenerated HTML docs for v1.5.3-rc4-91-g9fa34
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 14 Aug 2007 09:43:08 +0000 (09:43 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 14 Aug 2007 09:43:08 +0000 (09:43 +0000)
git-add.html
git-add.txt
git-log.html
git-log.txt

index 28f33c6..807f3ca 100644 (file)
@@ -272,7 +272,7 @@ git-add(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [-u] [--] &lt;file&gt;&#8230;</p>\r
+<p><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] [--] &lt;file&gt;&#8230;</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -357,6 +357,15 @@ commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--refresh\r
+</dt>\r
+<dd>\r
+<p>\r
+        Don't add the file(s), but only refresh their stat()\r
+        information in the index.\r
+</p>\r
+</dd>\r
+<dt>\r
 --\r
 </dt>\r
 <dd>\r
@@ -557,7 +566,7 @@ diff
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Aug-2007 04:38:48 UTC\r
+Last updated 14-Aug-2007 09:42:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4af3a9b..dee38f8 100644 (file)
@@ -7,7 +7,7 @@ git-add - Add file contents to the index
 
 SYNOPSIS
 --------
-'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--] <file>...
+'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] [--] <file>...
 
 DESCRIPTION
 -----------
@@ -66,6 +66,10 @@ OPTIONS
        command line. If no paths are specified, all tracked files are
        updated.
 
+\--refresh::
+       Don't add the file(s), but only refresh their stat()
+       information in the index.
+
 \--::
        This option can be used to separate command-line options from
        the list of files, (useful when filenames might be mistaken
index c81a655..3bce1de 100644 (file)
@@ -400,6 +400,18 @@ people using 80-column terminals.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--log-size\r
+</dt>\r
+<dd>\r
+<p>\r
+        Before the log message print out its size in bytes. Intended\r
+        mainly for porcelain tools consumption. If git is unable to\r
+        produce a valid value size is set to zero.\r
+        Note that only message is considered, if also a diff is shown\r
+        its size is not included.\r
+</p>\r
+</dd>\r
+<dt>\r
 &lt;paths&gt;&#8230;\r
 </dt>\r
 <dd>\r
@@ -840,7 +852,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Jul-2007 08:53:10 UTC\r
+Last updated 14-Aug-2007 09:42:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 63c1dbe..5a90f65 100644 (file)
@@ -64,6 +64,13 @@ include::pretty-options.txt[]
 --follow::
        Continue listing the history of a file beyond renames.
 
+--log-size::
+       Before the log message print out its size in bytes. Intended
+       mainly for porcelain tools consumption. If git is unable to
+       produce a valid value size is set to zero.
+       Note that only message is considered, if also a diff is shown
+       its size is not included.
+
 <paths>...::
        Show only commits that affect the specified paths.