Re: [PATCH v3] branch: colour upstream branches

2013-04-15 Thread Duy Nguyen
On Mon, Apr 15, 2013 at 12:37 PM, Felipe Contreras wrote: > @@ -417,36 +421,54 @@ static void fill_tracking_info(struct strbuf *stat, > const char *branch_name, > int ours, theirs; > char *ref = NULL; > struct branch *branch = branch_get(branch_name); > + struct strb

Re: [PATCH v3] branch: colour upstream branches

2013-04-14 Thread Junio C Hamano
Felipe Contreras writes: > Otherwise when using 'git branch -vv' it's hard to see them among so > much output. > > Signed-off-by: Felipe Contreras > --- > > This time with strbuf. > > Documentation/config.txt | 3 ++- > builtin/branch.c | 38 ++ > 2

[PATCH v3] branch: colour upstream branches

2013-04-14 Thread Felipe Contreras
Otherwise when using 'git branch -vv' it's hard to see them among so much output. Signed-off-by: Felipe Contreras --- This time with strbuf. Documentation/config.txt | 3 ++- builtin/branch.c | 38 ++ 2 files changed, 32 insertions(+), 9 deletions(-