Autogenerated HTML docs for v1.5.3.7-1077-gcec9
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 6 Dec 2007 03:26:21 +0000 (03:26 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 6 Dec 2007 03:26:21 +0000 (03:26 +0000)
config.txt
git-add.html
git-add.txt
git-config.html

index 72a33e98b2e0d7a24087b80c3e28f62a05aab439..0e45ec547cdfba88ed660dea96b50be2d925e225 100644 (file)
@@ -359,8 +359,8 @@ clean.requireForce::
 
 color.branch::
        A boolean to enable/disable color in the output of
-       gitlink:git-branch[1]. May be set to `true` (or `always`),
-       `false` (or `never`) or `auto`, in which case colors are used
+       gitlink:git-branch[1]. May be set to `always`,
+       `false` (or `never`) or `auto` (or `true`), in which case colors are used
        only when the output is to a terminal. Defaults to false.
 
 color.branch.<slot>::
@@ -378,9 +378,9 @@ second is the background.  The position of the attribute, if any,
 doesn't matter.
 
 color.diff::
-       When true (or `always`), always use colors in patch.
-       When false (or `never`), never.  When set to `auto`, use
-       colors only when the output is to the terminal.
+       When set to `always`, always use colors in patch.
+       When false (or `never`), never.  When set to `true` or `auto`, use
+       colors only when the output is to the terminal. Defaults to false.
 
 color.diff.<slot>::
        Use customized color for diff colorization.  `<slot>` specifies
@@ -397,8 +397,8 @@ color.pager::
 
 color.status::
        A boolean to enable/disable color in the output of
-       gitlink:git-status[1]. May be set to `true` (or `always`),
-       `false` (or `never`) or `auto`, in which case colors are used
+       gitlink:git-status[1]. May be set to `always`,
+       `false` (or `never`) or `auto` (or `true`), in which case colors are used
        only when the output is to a terminal. Defaults to false.
 
 color.status.<slot>::
index bbab7e4cc654fd4e91898281e76beca70261e960..148245d452d46c8e45f97ea4520d77a39f1d31cc 100644 (file)
@@ -273,7 +273,7 @@ git-add(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh]\r
+<div class="content"><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh]\r
           [--] &lt;filepattern&gt;&#8230;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -581,7 +581,7 @@ diff
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-Dec-2007 10:59:12 UTC\r
+Last updated 06-Dec-2007 03:25:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e74f83b47ad7453ea3fda994f067de81f04baa9d..bf94cd43bdd8a9e113af37bec5acd568dd1b3930 100644 (file)
@@ -8,7 +8,7 @@ git-add - Add file contents to the index
 SYNOPSIS
 --------
 [verse]
-'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh]
+'git-add' [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh]
           [--] <filepattern>...
 
 DESCRIPTION
index 8abb0483ef4579ba739c5a321dfcfe45e36148b8..d099933b6b782d429709e59ec0bc9d29971ba5a2 100644 (file)
@@ -1177,8 +1177,8 @@ color.branch
 <dd>\r
 <p>\r
         A boolean to enable/disable color in the output of\r
-        <a href="git-branch.html">git-branch(1)</a>. May be set to <tt>true</tt> (or <tt>always</tt>),\r
-        <tt>false</tt> (or <tt>never</tt>) or <tt>auto</tt>, in which case colors are used\r
+        <a href="git-branch.html">git-branch(1)</a>. May be set to <tt>always</tt>,\r
+        <tt>false</tt> (or <tt>never</tt>) or <tt>auto</tt> (or <tt>true</tt>), in which case colors are used\r
         only when the output is to a terminal. Defaults to false.\r
 </p>\r
 </dd>\r
@@ -1205,9 +1205,9 @@ color.diff
 </dt>\r
 <dd>\r
 <p>\r
-        When true (or <tt>always</tt>), always use colors in patch.\r
-        When false (or <tt>never</tt>), never.  When set to <tt>auto</tt>, use\r
-        colors only when the output is to the terminal.\r
+        When set to <tt>always</tt>, always use colors in patch.\r
+        When false (or <tt>never</tt>), never.  When set to <tt>true</tt> or <tt>auto</tt>, use\r
+        colors only when the output is to the terminal. Defaults to false.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1239,8 +1239,8 @@ color.status
 <dd>\r
 <p>\r
         A boolean to enable/disable color in the output of\r
-        <a href="git-status.html">git-status(1)</a>. May be set to <tt>true</tt> (or <tt>always</tt>),\r
-        <tt>false</tt> (or <tt>never</tt>) or <tt>auto</tt>, in which case colors are used\r
+        <a href="git-status.html">git-status(1)</a>. May be set to <tt>always</tt>,\r
+        <tt>false</tt> (or <tt>never</tt>) or <tt>auto</tt> (or <tt>true</tt>), in which case colors are used\r
         only when the output is to a terminal. Defaults to false.\r
 </p>\r
 </dd>\r
@@ -2026,7 +2026,7 @@ transfer.unpackLimit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-Dec-2007 10:59:12 UTC\r
+Last updated 06-Dec-2007 03:25:41 UTC\r
 </div>\r
 </div>\r
 </body>\r