Re: [RFC/PATCH 0/9] add options to ref-filter

2015-06-08 Thread Junio C Hamano
Karthik Nayak karthik@gmail.com writes: This is a follow up series to the one posted here http://thread.gmane.org/gmane.comp.version-control.git/270922 This patch series adds '--ponints-at', '--merged', '--no-merged' and '--contain' options to 'ref-filter' and uses these options in

Re: [RFC/PATCH 0/9] add options to ref-filter

2015-06-08 Thread Karthik Nayak
On 06/07/2015 06:40 PM, Christian Couder wrote: On Sat, Jun 6, 2015 at 10:03 PM, Karthik Nayak karthik@gmail.com wrote: This is a follow up series to the one posted here http://thread.gmane.org/gmane.comp.version-control.git/270922 This patch series adds '--ponints-at', '--merged',

Re: [RFC/PATCH 0/9] add options to ref-filter

2015-06-07 Thread Christian Couder
On Sat, Jun 6, 2015 at 10:03 PM, Karthik Nayak karthik@gmail.com wrote: This is a follow up series to the one posted here http://thread.gmane.org/gmane.comp.version-control.git/270922 This patch series adds '--ponints-at', '--merged', '--no-merged' and s/--ponints-at/--points-at/

[RFC/PATCH 0/9] add options to ref-filter

2015-06-06 Thread Karthik Nayak
This is a follow up series to the one posted here http://thread.gmane.org/gmane.comp.version-control.git/270922 This patch series adds '--ponints-at', '--merged', '--no-merged' and '--contain' options to 'ref-filter' and uses these options in 'for-each-ref'. -- Regards, Karthik -- To