status: add color config slots for branch info in "--short --branch"
commit93fdf301de0daa57fd6a694ad4637ec7a3a1041c
authorStephen Kent <smkent@smkent.net>
Sat, 22 Apr 2017 05:42:02 +0000 (21 22:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Apr 2017 02:50:52 +0000 (28 11:50 +0900)
tree0dd9a364d094cbfb01a7edff145169fc7c41d3d3
parent75177c8591aee23374c2ead9c9505ce989a8eec2
status: add color config slots for branch info in "--short --branch"

Add color config slots to be used in the status short-format when
displaying local and remote tracking branch information.

[jc: rebased on top of Peff's fix to 'git status' and tweaked the
test to check both local and remote-tracking branch output]

Signed-off-by: Stephen Kent <smkent@smkent.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
builtin/commit.c
contrib/completion/git-completion.bash
t/t7508-status.sh