color: allow multiple attributes
commit8b124135a97b593d50a90abcec231552b31c7ade
authorJunio C Hamano <gitster@pobox.com>
Sun, 28 Feb 2010 02:56:38 +0000 (27 18:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Mar 2010 20:00:36 +0000 (7 12:00 -0800)
tree174c3351039ccb082ef50f95811d0dfa3128fa5c
parentc5034673fd92b6278e6c9d55683770ec01fafc89
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>
color.c
color.h
t/t4026-color.sh