Re: [PATCH v2 09/10] branch: use ref-filter printing APIs

2015-10-13 Thread Karthik Nayak
On Tue, Oct 13, 2015 at 10:01 PM, Junio C Hamano wrote: > Karthik Nayak writes: > >> Port branch.c to use ref-filter APIs for printing. This clears out >> most of the code used in branch.c for printing and replaces them with >> calls made to the ref-filter library. >> >> Introduce get_format() wh

Re: [PATCH v2 09/10] branch: use ref-filter printing APIs

2015-10-13 Thread Junio C Hamano
Karthik Nayak writes: > Port branch.c to use ref-filter APIs for printing. This clears out > most of the code used in branch.c for printing and replaces them with > calls made to the ref-filter library. > > Introduce get_format() which gets the format required for printing of > refs. Make amendme

[PATCH v2 09/10] branch: use ref-filter printing APIs

2015-10-08 Thread Karthik Nayak
Port branch.c to use ref-filter APIs for printing. This clears out most of the code used in branch.c for printing and replaces them with calls made to the ref-filter library. Introduce get_format() which gets the format required for printing of refs. Make amendments to print_ref_list() to reflect