Re: [PATCH 15/15] branch: implement '--format' option

2016-03-15 Thread Karthik Nayak
On Tue, Mar 8, 2016 at 7:28 AM, Jacob Keller wrote: > On Sun, Mar 6, 2016 at 4:05 AM, Karthik Nayak wrote: >> Implement the '--format' option provided by 'ref-filter'. >> This lets the user list tags as per desired format similar >> to the implementation in 'git for-each-ref'. >> > > s/tags/branc

Re: [PATCH 15/15] branch: implement '--format' option

2016-03-07 Thread Jacob Keller
On Sun, Mar 6, 2016 at 4:05 AM, Karthik Nayak wrote: > Implement the '--format' option provided by 'ref-filter'. > This lets the user list tags as per desired format similar > to the implementation in 'git for-each-ref'. > s/tags/branches/ maybe? Thanks, Jake -- To unsubscribe from this list: se

[PATCH 15/15] branch: implement '--format' option

2016-03-06 Thread Karthik Nayak
Implement the '--format' option provided by 'ref-filter'. This lets the user list tags as per desired format similar to the implementation in 'git for-each-ref'. Add tests and documentation for the same. Mentored-by: Christian Couder Mentored-by: Matthieu Moy Signed-off-by: Karthik Nayak ---