Re: [PATCH] status: allow branch info color customization

2013-10-16 Thread Junio C Hamano
Alexander 'z33ky' Hirsch <1ze...@gmail.com> writes: > From: Alexander Hirsch <1ze...@gmail.com> > > git status -bs (--branch --short) does not seem to allow customization of the > colors for the local and remote branch. wt-status can use the following colors: WT_STATUS_CHANGED WT_STATUS_

[PATCH] status: allow branch info color customization

2013-10-16 Thread Alexander 'z33ky' Hirsch
From: Alexander Hirsch <1ze...@gmail.com> git status -bs (--branch --short) does not seem to allow customization of the colors for the local and remote branch. This patch adds these via the color.status.local and color.status.remote config variables. Given the trivial nature of this patch I did n