]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Documentation/git-status.txt: mention color configuration
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Jan 2007 09:11:01 +0000 (01:11 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Jan 2007 09:11:01 +0000 (01:11 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-status.txt

index ce7857e5a93c212c609b2ef0bef56c3c42ed841c..7f86d8cd5d8d94e2eca20163e4e3a7c43c0f3a2d 100644 (file)
@@ -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