summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f2ba25)
raw | patch | inline | side by side (parent: 0f2ba25)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Jan 2007 09:11:01 +0000 (01:11 -0800) | ||
committer | Junio 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 | patch | blob | history |
index ce7857e5a93c212c609b2ef0bef56c3c42ed841c..7f86d8cd5d8d94e2eca20163e4e3a7c43c0f3a2d 100644 (file)
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