Code

git-status -v: color diff output when color.ui is set
authorMarkus Heidelberg <markus.heidelberg@web.de>
Thu, 8 Jan 2009 18:53:05 +0000 (19:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Jan 2009 01:32:19 +0000 (17:32 -0800)
commit38920dd6d377a82f4c8c51c3451271d6a93c92a8
treeb74eddf822f4d4769c8b5ddb2986bd0bb96ef188
parent3f4b609f5f3146a34eb72e82ab55714328e0bd1a
git-status -v: color diff output when color.ui is set

When using "git status -v", the diff output wasn't colored, even though
color.ui was set. Only when setting color.diff it worked.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c