Re: [PATCH v6 3/3] builtin/config: introduce `color` type specifier

2018-04-09 Thread Junio C Hamano
Taylor Blau writes: > diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt > index b644a44ae9..7c8365e377 100644 > --- a/Documentation/git-config.txt > +++ b/Documentation/git-config.txt > @@ -177,6 +177,10 @@ Valid ``'s include: >~/` from the command

[PATCH v6 3/3] builtin/config: introduce `color` type specifier

2018-04-09 Thread Taylor Blau
As of this commit, the canonical way to retreive an ANSI-compatible color escape sequence from a configuration file is with the `--get-color` action. This is to allow Git to "fall back" on a default value for the color should the given section not exist in the specified configuration(s). With

[PATCH v6 3/3] builtin/config: introduce `color` type specifier

2018-04-09 Thread Taylor Blau
As of this commit, the canonical way to retreive an ANSI-compatible color escape sequence from a configuration file is with the `--get-color` action. This is to allow Git to "fall back" on a default value for the color should the given section not exist in the specified configuration(s). With