Git development
 help / color / mirror / Atom feed
* [PATCH] git-status: document colorization config options
@ 2006-09-11 23:21 Jeff King
  0 siblings, 0 replies; only message in thread
From: Jeff King @ 2006-09-11 23:21 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git


Signed-off-by: Jeff King <peff@peff.net>
---
Applies to next.  This is the documentation from the original 'sh'
version which got dropped (but it's the same for the C version).

 Documentation/config.txt |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index ce722a2..844cae4 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -225,6 +225,20 @@ showbranch.default::
 	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
-- 
1.4.2.g39f1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-11 23:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-11 23:21 [PATCH] git-status: document colorization config options Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox