diff options
author | Nazri Ramliy <ayiehere@gmail.com> | 2010-06-24 08:21:16 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-24 12:57:34 -0700 |
commit | 5e11bee65f601ba97dc4c61c75fcb2f448fdcb1c (patch) | |
tree | e9a6767dfbaeec64b96843c74f4315d8d9220770 /Documentation/config.txt | |
parent | 67a4b5864f9423ccfe8090365029dae918504830 (diff) | |
download | git-5e11bee65f601ba97dc4c61c75fcb2f448fdcb1c.tar.gz |
Allow customizable commit decorations colors
Signed-off-by: Nazri Ramliy <ayiehere@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 7afd0a333f..89cb487bd1 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -683,6 +683,11 @@ color.diff.<slot>:: (highlighting whitespace errors). The values of these variables may be specified as in color.branch.<slot>. +color.decorate.<slot>:: + Use customized color for 'git log --decorate' output. `<slot>` is one + of `branch`, `remoteBranch`, `tag`, `stash` or `HEAD` for local + branches, remote tracking branches, tags, stash and HEAD, respectively. + color.grep:: When set to `always`, always highlight matches. When `false` (or `never`), never. When set to `true` or `auto`, use color only |