From 5e11bee65f601ba97dc4c61c75fcb2f448fdcb1c Mon Sep 17 00:00:00 2001 From: Nazri Ramliy Date: Thu, 24 Jun 2010 08:21:16 +0800 Subject: Allow customizable commit decorations colors Signed-off-by: Nazri Ramliy Signed-off-by: Junio C Hamano --- Documentation/config.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/config.txt') diff --git a/Documentation/config.txt b/Documentation/config.txt index 7afd0a333..89cb487bd 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -683,6 +683,11 @@ color.diff.:: (highlighting whitespace errors). The values of these variables may be specified as in color.branch.. +color.decorate.:: + Use customized color for 'git log --decorate' output. `` 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 -- cgit v1.2.1