From 4d4f5ba3ea9d22137f86f1d8e574a667e76e45bf Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Wed, 9 Apr 2008 21:32:06 +0200 Subject: Use color.ui variable in scripts too Signed-off-by: Matthias Kestenholz Signed-off-by: Junio C Hamano --- Documentation/git-config.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation/git-config.txt') diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index fa161718dd..5de5d051b7 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -144,6 +144,8 @@ See also <>. "auto". If `stdout-is-tty` is missing, then checks the standard output of the command itself, and exits with status 0 if color is to be used, or exits with status 1 otherwise. + When the color setting for `name` is undefined, the command uses + `color.ui` as fallback. --get-color name default:: -- cgit v1.2.1