Re: [PATCH v11 13/13] tag.c: implement '--merged' and '--no-merged' options

2015-08-16 Thread Eric Sunshine
On Sat, Aug 15, 2015 at 2:00 PM, Karthik Nayak karthik@gmail.com wrote: Using 'ref-filter' APIs implement the '--merged' and '--no-merged' s/implement/to implement/ options into 'tag.c'. The '--merged' option lets the user to only list tags merged into the named commit. The '--no-merged'

[PATCH v11 13/13] tag.c: implement '--merged' and '--no-merged' options

2015-08-15 Thread Karthik Nayak
From: Karthik Nayak karthik@gmail.com Using 'ref-filter' APIs implement the '--merged' and '--no-merged' options into 'tag.c'. The '--merged' option lets the user to only list tags merged into the named commit. The '--no-merged' option lets the user to only list tags not merged into the named