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 28f33c64cdd123e2b04514dee64519ce9f516117..807f3cad975ac7c55aa365ec00c1a8c8566476f7 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 4af3a9b0d78d70d101196326d4c6fbadd743b924..dee38f8250f2a2757155853b246b75029dd303bc 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 c81a655206d22cdcb9277c640e5270e1c4395098..3bce1def0f3b94f458116dfd206121ead78c4158 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 63c1dbe812e6078870569c0b8d03ff021e4b56a3..5a90f65b5e9d9ce21bcd0c936a01ded5065d5868 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.