Re: [PATCH v5b 00/17] port branch.c to use ref-filter's printing options

2016-04-26 Thread Karthik Nayak
On Tue, Apr 26, 2016 at 3:17 AM, Junio C Hamano wrote: > Karthik Nayak writes: > >> This is part of unification of the commands 'git tag -l, git branch -l >> and git for-each-ref'. This ports over branch.c to use ref-filter's >> printing options. >> >> Initially posted here: $(gmane/279226). It w

Re: [PATCH v5b 00/17] port branch.c to use ref-filter's printing options

2016-04-25 Thread Junio C Hamano
Karthik Nayak writes: > This is part of unification of the commands 'git tag -l, git branch -l > and git for-each-ref'. This ports over branch.c to use ref-filter's > printing options. > > Initially posted here: $(gmane/279226). It was decided that this series > would follow up after refactoring