aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-status.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-17 01:11:01 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-17 01:11:01 -0800
commit31fcd63c4a0c07f110c6adc600da2671bc566f36 (patch)
treed349e07543caabf0d27a57ca344b59462e387147 /Documentation/git-status.txt
parent0f2ba25d54b143e08bdb7b24316c3dbad6fef558 (diff)
downloadgit-31fcd63c4a0c07f110c6adc600da2671bc566f36.tar.gz
Documentation/git-status.txt: mention color configuration
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r--Documentation/git-status.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index ce7857e5a9..7f86d8cd5d 100644
--- a/Documentation/git-status.txt
+++ b/Documentation/git-status.txt
@@ -34,6 +34,15 @@ The output from this command is designed to be used as a commit
template comments, and all the output lines are prefixed with '#'.
+CONFIGURATION
+-------------
+
+The command honors `color.status` (or `status.color` -- they
+mean the same thing and the latter is kept for backward
+compatibility) and `color.status.<slot>` configuration variables
+to colorize its output.
+
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org> and