branch --color: change default color selection.
commit753f96a455534ad60b670376fb3d89179281e541
authorJunio C Hamano <junkio@cox.net>
Wed, 13 Dec 2006 18:55:21 +0000 (13 10:55 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 13 Dec 2006 18:55:21 +0000 (13 10:55 -0800)
tree4f904dc76f29797bdba2ac1dd21707e6948ed160
parenta1158caeadec4d48b185068f4120d85423de5970
branch --color: change default color selection.

Showing local and remote branches in green and red was simply
overkill, as all we wanted was to make it easy to tell them
apart (local ones can be built on top by committing, but the
remote tracking ones can't).

Use plain coloring for local branches and paint remotes in red.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-branch.c