Re: [PATCH v6 00/17] Port branch.c to use ref-filter's printing options

2016-05-18 Thread Karthik Nayak
On Wed, May 18, 2016 at 2:00 AM, Junio C Hamano wrote: > Karthik Nayak writes: > >> Sorry for that. >> The only reason I haven't based it on 'master' is because it doesn't contain >> 'f307218'. >> >> ➔ git branch --contains=f307218 >> next >> ref-filter > > It is not clear from the above what

Re: [PATCH v6 00/17] Port branch.c to use ref-filter's printing options

2016-05-17 Thread Junio C Hamano
Karthik Nayak writes: > Sorry for that. > The only reason I haven't based it on 'master' is because it doesn't contain > 'f307218'. > > ➔ git branch --contains=f307218 > next > ref-filter It is not clear from the above what your local ref-filter contains beyond 'master', so it is not very us

Re: [PATCH v6 00/17] Port branch.c to use ref-filter's printing options

2016-05-17 Thread Karthik Nayak
On Tue, May 17, 2016 at 11:22 PM, Junio C Hamano wrote: > Karthik Nayak writes: > >> Hello, sorry for the confusion, it's built on top of 'next' which contains >> f307218 (t6302: simplify non-gpg cases). The merge conflict is due to the >> commit made by you 1cca17df (Documentation: fix linkgit r

Re: [PATCH v6 00/17] Port branch.c to use ref-filter's printing options

2016-05-17 Thread Junio C Hamano
Karthik Nayak writes: > Hello, sorry for the confusion, it's built on top of 'next' which contains > f307218 (t6302: simplify non-gpg cases). The merge conflict is due to the > commit made by you 1cca17df (Documentation: fix linkgit references). That is not "confusion", but an "incorrect piece o

Re: [PATCH v6 00/17] Port branch.c to use ref-filter's printing options

2016-05-17 Thread Karthik Nayak
On Tue, May 17, 2016 at 3:42 AM, Junio C Hamano wrote: > > Karthik Nayak writes: > > > This is part of unification of the commands 'git tag -l, git branch -l > > and git for-each-ref'. This ports over branch.c to use ref-filter's > > printing options. > > > > Initially posted here: $(gmane/279226

Re: [PATCH v6 00/17] Port branch.c to use ref-filter's printing options

2016-05-16 Thread Junio C Hamano
Karthik Nayak writes: > This is part of unification of the commands 'git tag -l, git branch -l > and git for-each-ref'. This ports over branch.c to use ref-filter's > printing options. > > Initially posted here: $(gmane/279226). It was decided that this series > would follow up after refactoring

[PATCH v6 00/17] Port branch.c to use ref-filter's printing options

2016-05-15 Thread Karthik Nayak
This is part of unification of the commands 'git tag -l, git branch -l and git for-each-ref'. This ports over branch.c to use ref-filter's printing options. Initially posted here: $(gmane/279226). It was decided that this series would follow up after refactoring ref-filter parsing mechanism, which