aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2009-02-05 09:28:27 +0100
committerJunio C Hamano <gitster@pobox.com>2009-02-05 17:44:39 -0800
commita301973641f426ab42e5bf9faa6e4da5bd658148 (patch)
tree258ed84e7b83b21c16326df20d3b6cbd37d066b2 /Documentation/config.txt
parentca6ac7f1357df352fec247dc98a3e6784e6c3fea (diff)
downloadgit-a301973641f426ab42e5bf9faa6e4da5bd658148.tar.gz
git-a301973641f426ab42e5bf9faa6e4da5bd658148.tar.xz
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/config.txt')
-rw-r--r--Documentation/config.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index eeb2b0d35..1806a6061 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>.