Browse Source

Documentation/git-status.txt: mention color configuration

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 18 years ago
parent
commit
31fcd63c4a
  1. 9
      Documentation/git-status.txt

9
Documentation/git-status.txt

@ -34,6 +34,15 @@ The output from this command is designed to be used as a commit @@ -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

Loading…
Cancel
Save