</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [-u] [--] <file>…</p>\r
+<p><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] [--] <file>…</p>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
</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
</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
SYNOPSIS
--------
-'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--] <file>...
+'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] [--] <file>...
DESCRIPTION
-----------
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
</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
<paths>…\r
</dt>\r
<dd>\r
</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
--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.