[PATCH v7 12/17] ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()

2016-11-08 Thread Karthik Nayak
From: Karthik Nayak Use the recently introduced refname_atom_parser_internal() within remote_ref_atom_parser(), this provides a common base for all the ref printing atoms, allowing %(upstream) and %(push) to also use the ':strip' option. The atoms '%(push)' and '%(upstream)' will retain the ':tr

Re: [PATCH v7 12/17] ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()

2016-11-08 Thread Jacob Keller
On Tue, Nov 8, 2016 at 12:12 PM, Karthik Nayak wrote: > From: Karthik Nayak > > Use the recently introduced refname_atom_parser_internal() within > remote_ref_atom_parser(), this provides a common base for all the ref > printing atoms, allowing %(upstream) and %(push) to also use the > ':strip' o