projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f2ba25
)
Documentation/git-status.txt: mention color configuration
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
diff --git
a/Documentation/git-status.txt
b/Documentation/git-status.txt
index ce7857e5a93c212c609b2ef0bef56c3c42ed841c..7f86d8cd5d8d94e2eca20163e4e3a7c43c0f3a2d 100644
(file)
--- 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