[WIP/PATCH v5 0/10] create ref-filter from for-each-ref

2015-06-06 Thread Karthik Nayak
Version for of this patch can be found here : http://www.mail-archive.com/git@vger.kernel.org/msg70280.html Changes in this version: * Rename functions to better suit the code. * implement filter_refs() * use FLEX_ARRAY for refname * other small changes -- Regards,

Re: [WIP/PATCH v5 0/10] create ref-filter from for-each-ref

2015-06-06 Thread Christian Couder
On Sat, Jun 6, 2015 at 9:04 AM, Karthik Nayak karthik@gmail.com wrote: Version for of this patch can be found here : http://www.mail-archive.com/git@vger.kernel.org/msg70280.html Changes in this version: * Rename functions to better suit the code. * implement filter_refs() *

Re: [WIP/PATCH v5 0/10] create ref-filter from for-each-ref

2015-06-06 Thread Karthik Nayak
On 06/06/2015 03:10 PM, Christian Couder wrote: On Sat, Jun 6, 2015 at 9:04 AM, Karthik Nayak karthik@gmail.com wrote: Version for of this patch can be found here : http://www.mail-archive.com/git@vger.kernel.org/msg70280.html Changes in this version: * Rename functions to better

Re: [WIP/PATCH v5 0/10] create ref-filter from for-each-ref

2015-06-06 Thread Karthik Nayak
On 06/06/2015 12:34 PM, Karthik Nayak wrote: Version for of this patch can be found here : http://www.mail-archive.com/git@vger.kernel.org/msg70280.html Changes in this version: *Rename functions to better suit the code. *implement filter_refs() *use FLEX_ARRAY for refname *