author | Junio C Hamano <gitster@pobox.com> | |
Sun, 28 Feb 2010 02:56:38 +0000 (18:56 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 7 Mar 2010 20:00:36 +0000 (12:00 -0800) | ||
commit | 8b124135a97b593d50a90abcec231552b31c7ade | |
tree | 174c3351039ccb082ef50f95811d0dfa3128fa5c | tree | snapshot |
parent | c5034673fd92b6278e6c9d55683770ec01fafc89 | commit | diff |
color: allow multiple attributes
In configuration files (and "git config --color" command line), we
supported one and only one attribute after foreground and background
color. Accept combinations of attributes, e.g.
[diff.color]
old = red reverse bold
Signed-off-by: Junio C Hamano <gitster@pobox.com>
In configuration files (and "git config --color" command line), we
supported one and only one attribute after foreground and background
color. Accept combinations of attributes, e.g.
[diff.color]
old = red reverse bold
Signed-off-by: Junio C Hamano <gitster@pobox.com>
color.c | diff | blob | history | |
color.h | diff | blob | history | |
t/t4026-color.sh | diff | blob | history |