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.
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
</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
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()
</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
</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
</p>\r
</dd>\r
<dt>\r
-list\r
+list [<options>]\r
</dt>\r
<dd>\r
<p>\r
<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 [<stash>]\r
</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
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
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>]::