status -s: obey color.status
commit3fe2a894e98566dd91e69982552454cfb381cf24
authorMichael J Gruber <git@drmicha.warpmail.net>
Sat, 5 Dec 2009 15:04:38 +0000 (5 16:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Dec 2009 17:27:56 +0000 (5 09:27 -0800)
tree5eb7e8537e42f1045d40ab4d980cbac258daf882
parent84dbe7b867cfaaa929ed1941f930d564514ae714
status -s: obey color.status

Make the short version of status obey the color.status boolean. We color
the status letters only, because they carry the state information and are
potentially colored differently, such as for a file with staged changes
as well as changes in the worktree against the index.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c
wt-status.c