From: Junio C Hamano Date: Wed, 17 Jan 2007 09:11:01 +0000 (-0800) Subject: Documentation/git-status.txt: mention color configuration X-Git-Tag: v1.5.0-rc2~60 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=31fcd63c4a0c07f110c6adc600da2671bc566f36;p=git.git Documentation/git-status.txt: mention color configuration Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index ce7857e5a..7f86d8cd5 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.` configuration variables +to colorize its output. + + Author ------ Written by Linus Torvalds and