summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2074cb0)
raw | patch | inline | side by side (parent: 2074cb0)
author | Jeff King <peff@peff.net> | |
Mon, 11 Sep 2006 23:21:17 +0000 (19:21 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 13 Sep 2006 06:20:17 +0000 (23:20 -0700) |
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt | patch | blob | history |
index ce722a2db07e2a41cfdebc235538cf4ca2a170ad..844cae4cf024b17206021d1c55819922cf99277d 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
The default set of branches for gitlink:git-show-branch[1].
See gitlink:git-show-branch[1].
+status.color::
+ 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
+ only when the output is to a terminal. Defaults to false.
+
+status.color.<slot>::
+ Use customized color for status colorization. `<slot>` is
+ one of `header` (the header text of the status message),
+ `updated` (files which are updated but not committed),
+ `changed` (files which are changed but not updated in the index),
+ or `untracked` (files which are not tracked by git). The values of
+ these variables may be specified as in diff.color.<slot>.
+
tar.umask::
By default, gitlink:git-tar-tree[1] sets file and directories modes
to 0666 or 0777. While this is both useful and acceptable for projects