diff options
author | Thomas Rast <trast@student.ethz.ch> | 2009-02-05 09:28:27 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-05 17:44:39 -0800 |
commit | a301973641f426ab42e5bf9faa6e4da5bd658148 (patch) | |
tree | 258ed84e7b83b21c16326df20d3b6cbd37d066b2 /Documentation | |
parent | ca6ac7f1357df352fec247dc98a3e6784e6c3fea (diff) | |
download | git-a301973641f426ab42e5bf9faa6e4da5bd658148.tar.gz |
add -p: print errors in separate color
Print interaction error messages in color.interactive.error, which
defaults to the value of color.interactive.help.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index eeb2b0d353..1806a60610 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -556,8 +556,8 @@ color.interactive:: color.interactive.<slot>:: Use customized color for 'git-add --interactive' - output. `<slot>` may be `prompt`, `header`, or `help`, for - three distinct types of normal output from interactive + output. `<slot>` may be `prompt`, `header`, `help` or `error`, for + four distinct types of normal output from interactive programs. The values of these variables may be specified as in color.branch.<slot>. |