Fix up colored git-prompt
commit9b3aaf8bf19ce2bf5e73b972dce31430e43df8dc
authorSimon Oosthoek <s.oosthoek@xs4all.nl>
Tue, 16 Oct 2012 19:34:05 +0000 (16 21:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Oct 2012 22:39:21 +0000 (16 15:39 -0700)
tree7f85f0c7c713e33909d4112936348b4587fc379c
parent9b7e776c0a5e6e90601badf175ad034ada5a230e
Fix up colored git-prompt

The main point is to match the colors to be more close to the color
output of "git status -sb".

 - the branchname is green, or in red when the HEAD is detached;

 - the flags are either red or green for unstaged/staged and the
   remaining flags get a different color or none at all.

Signed-off-by: Simon Oosthoek <s.oosthoek@xs4all.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-prompt.sh