Re: [PATCH v17 00/14] port tag.c to use ref-filter APIs

2015-09-12 Thread Karthik Nayak
On Sat, Sep 12, 2015 at 2:44 PM, Matthieu Moy wrote: > Karthik Nayak writes: > >> On Thu, Sep 10, 2015 at 10:27 PM, Matthieu Moy >> wrote: >>> Karthik Nayak writes: >>> This is part

Re: [PATCH v17 00/14] port tag.c to use ref-filter APIs

2015-09-12 Thread Matthieu Moy
Karthik Nayak writes: > On Thu, Sep 10, 2015 at 10:27 PM, Matthieu Moy > wrote: >> Karthik Nayak writes: >> >>> This is part of the series of unifying the code used by >>> "git tag -l, git branch -l, git for-each-ref".

Re: [PATCH v17 00/14] port tag.c to use ref-filter APIs

2015-09-11 Thread Karthik Nayak
On Fri, Sep 11, 2015 at 11:00 PM, Eric Sunshine wrote: > > Hmm, but what actually changed in the re-sent patches? Without a link > to the discussion leading up to the re-send of changed-only patches, > and without an interdiff, the re-send is opaque and less accessible to

Re: [PATCH v17 00/14] port tag.c to use ref-filter APIs

2015-09-11 Thread Eric Sunshine
On Fri, Sep 11, 2015 at 11:08 AM, Karthik Nayak wrote: > On Thu, Sep 10, 2015 at 10:27 PM, Matthieu Moy > wrote: >> Karthik Nayak writes: >>> Changes in this version: >>> * The arguments of the %(align) atom are

Re: [PATCH v17 00/14] port tag.c to use ref-filter APIs

2015-09-11 Thread Karthik Nayak
On Thu, Sep 10, 2015 at 10:27 PM, Matthieu Moy wrote: > Karthik Nayak writes: > >> This is part of the series of unifying the code used by >> "git tag -l, git branch -l, git for-each-ref". >> >> The previous version can be found here (version

Re: [PATCH v17 00/14] port tag.c to use ref-filter APIs

2015-09-11 Thread Junio C Hamano
Eric Sunshine writes: > In addition to a link to the previous round and an interdiff, it would > be helpful to reviewers for you to annotate each patch (in the > commentary are below the "---" line after your sign-off) with a > description of the changes in that patch

[PATCH v17 00/14] port tag.c to use ref-filter APIs

2015-09-10 Thread Karthik Nayak
This is part of the series of unifying the code used by "git tag -l, git branch -l, git for-each-ref". The previous version can be found here (version 16): article.gmane.org/gmane.comp.version-control.git/277394 Changes in this version: * The arguments of the %(align) atom are interchangeable. *

Re: [PATCH v17 00/14] port tag.c to use ref-filter APIs

2015-09-10 Thread Matthieu Moy
Karthik Nayak writes: > This is part of the series of unifying the code used by > "git tag -l, git branch -l, git for-each-ref". > > The previous version can be found here (version 16): > article.gmane.org/gmane.comp.version-control.git/277394 > > Changes in this version: