author | Michael J Gruber <git@drmicha.warpmail.net> | |
Sat, 5 Dec 2009 15:04:38 +0000 (16:04 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Dec 2009 17:27:56 +0000 (09:27 -0800) | ||
commit | 3fe2a894e98566dd91e69982552454cfb381cf24 | |
tree | 5eb7e8537e42f1045d40ab4d980cbac258daf882 | tree | snapshot |
parent | 84dbe7b867cfaaa929ed1941f930d564514ae714 | commit | diff |
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>
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 | diff | blob | history | |
wt-status.c | diff | blob | history |