Re: [PATCH 14/15] branch: use ref-filter printing APIs

2016-03-07 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 build_format() which gets the format required for printing > of refs. Make amend

[PATCH 14/15] branch: use ref-filter printing APIs

2016-03-06 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 build_format() which gets the format required for printing of refs. Make amendments to print_ref_list() to reflec