Autogenerated HTML docs for v1.5.4.2-184-gb23b
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 21 Feb 2008 02:29:42 +0000 (02:29 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 21 Feb 2008 02:29:42 +0000 (02:29 +0000)
config.txt
git-add.html
git-add.txt
git-config.html
git-stash.html
git-stash.txt

index f2f6a774e044e03e78d83e4e77aedcff122f5688..7b676710bab0709970abe7411d2246c0eb2b34b8 100644 (file)
@@ -489,6 +489,13 @@ color.status.<slot>::
 commit.template::
        Specify a file to use as the template for new commit messages.
 
+color.ui::
+       When set to `always`, always use colors in all git commands which
+       are capable of colored output. When false (or `never`), never. When
+       set to `true` or `auto`, use colors only when the output is to the
+       terminal. When more specific variables of color.* are set, they always
+       take precedence over this setting. Defaults to false.
+
 diff.autorefreshindex::
        When using `git diff` to compare with work tree
        files, do not consider stat-only change as changed.
index 9aea63bc4a43a2f578e2e60f6847011090d4988d..5ff570c90806599e98be745105a3ed2b8ad97904 100644 (file)
@@ -368,8 +368,8 @@ commit.</p>
         Update only files that git already knows about. This is similar\r
         to what "git commit -a" does in preparation for making a commit,\r
         except that the update is limited to paths specified on the\r
-        command line. If no paths are specified, all tracked files are\r
-        updated.\r
+        command line. If no paths are specified, all tracked files in the\r
+        current directory and its subdirectories are updated.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -585,7 +585,7 @@ diff
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:00 UTC\r
+Last updated 21-Feb-2008 02:29:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9d2ac865d29164dd594c801dd42e3492128f7b91..47799097ce97da34fac60eafabd25576e077e362 100644 (file)
@@ -74,8 +74,8 @@ OPTIONS
        Update only files that git already knows about. This is similar
        to what "git commit -a" does in preparation for making a commit,
        except that the update is limited to paths specified on the
-       command line. If no paths are specified, all tracked files are
-       updated.
+       command line. If no paths are specified, all tracked files in the
+       current directory and its subdirectories are updated.
 
 \--refresh::
        Don't add the file(s), but only refresh their stat()
index 95a9a3d671deb244bb5a0ba76de601ae8d89430c..d4c029bbd12c4012771c53ace13f90921f1843d3 100644 (file)
@@ -1391,6 +1391,18 @@ commit.template
 </p>\r
 </dd>\r
 <dt>\r
+color.ui\r
+</dt>\r
+<dd>\r
+<p>\r
+        When set to <tt>always</tt>, always use colors in all git commands which\r
+        are capable of colored output. When false (or <tt>never</tt>), never. When\r
+        set to <tt>true</tt> or <tt>auto</tt>, use colors only when the output is to the\r
+        terminal. When more specific variables of color.* are set, they always\r
+        take precedence over this setting. Defaults to false.\r
+</p>\r
+</dd>\r
+<dt>\r
 diff.autorefreshindex\r
 </dt>\r
 <dd>\r
@@ -2266,7 +2278,7 @@ web.browser
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Feb-2008 03:50:04 UTC\r
+Last updated 21-Feb-2008 02:29:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 24afdd1cb83cbc5e9c5baab0a4ae8edfb9b27666..0300f0c60d62caea91133b0d2f7c6fb59721985a 100644 (file)
@@ -310,7 +310,7 @@ save [&lt;message&gt;]
 </p>\r
 </dd>\r
 <dt>\r
-list\r
+list [&lt;options&gt;]\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -325,6 +325,8 @@ list
 <pre><tt>stash@{0}: WIP on submit: 6ebd0e2... Update git-stash documentation\r
 stash@{1}: On master: 9cc0589... Add git-stash</tt></pre>\r
 </div></div>\r
+<p>The command takes options applicable to the <a href="git-log.html">git-log(1)</a>\r
+command to control what is shown and how.</p>\r
 </dd>\r
 <dt>\r
 show [&lt;stash&gt;]\r
@@ -461,7 +463,7 @@ $ git stash apply
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Feb-2008 10:36:09 UTC\r
+Last updated 21-Feb-2008 02:29:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index cd0dc1bd9d53282d65c52e6b9ded6d40fe087598..48e6f5a3f7a85e886639381dfa70434ecdeccfc2 100644 (file)
@@ -43,7 +43,7 @@ save [<message>]::
        subcommand is given. The <message> part is optional and gives
        the description along with the stashed state.
 
-list::
+list [<options>]::
 
        List the stashes that you currently have.  Each 'stash' is listed
        with its name (e.g. `stash@\{0}` is the latest stash, `stash@\{1}` is
@@ -55,6 +55,9 @@ list::
 stash@{0}: WIP on submit: 6ebd0e2... Update git-stash documentation
 stash@{1}: On master: 9cc0589... Add git-stash
 ----------------------------------------------------------------
++
+The command takes options applicable to the linkgit:git-log[1]
+command to control what is shown and how.
 
 show [<stash>]::