Re: [PATCH v5 0/8] port the filtering part of branch.c to use ref-filter APIs

2015-09-21 Thread Karthik Nayak
On Mon, Sep 21, 2015 at 11:53 AM, Matthieu Moy wrote: > Karthik Nayak writes: > >> On Mon, Sep 21, 2015 at 12:30 AM, Matthieu Moy >> wrote: >>> Karthik Nayak writes: >>> --- a/t/t3203-branch-output.sh +++ b/t/t3203-branch-output.sh @@ -145,8 +145,8 @@ EOF test_expect_s

Re: [PATCH v5 0/8] port the filtering part of branch.c to use ref-filter APIs

2015-09-20 Thread Matthieu Moy
Karthik Nayak writes: > On Mon, Sep 21, 2015 at 12:30 AM, Matthieu Moy > wrote: >> Karthik Nayak writes: >> >>> --- a/t/t3203-branch-output.sh >>> +++ b/t/t3203-branch-output.sh >>> @@ -145,8 +145,8 @@ EOF >>> >>> test_expect_success 'git branch `--sort` option' ' >>> cat >expect <<-\EOF

Re: [PATCH v5 0/8] port the filtering part of branch.c to use ref-filter APIs

2015-09-20 Thread Karthik Nayak
On Mon, Sep 21, 2015 at 12:30 AM, Matthieu Moy wrote: > Karthik Nayak writes: > >> --- a/t/t3203-branch-output.sh >> +++ b/t/t3203-branch-output.sh >> @@ -145,8 +145,8 @@ EOF >> >> test_expect_success 'git branch `--sort` option' ' >> cat >expect <<-\EOF && >> - * (HEAD detached from f

Re: [PATCH v5 0/8] port the filtering part of branch.c to use ref-filter APIs

2015-09-20 Thread Matthieu Moy
Karthik Nayak writes: > --- a/t/t3203-branch-output.sh > +++ b/t/t3203-branch-output.sh > @@ -145,8 +145,8 @@ EOF > > test_expect_success 'git branch `--sort` option' ' > cat >expect <<-\EOF && > - * (HEAD detached from fromtag) > branch-two > + * (HEAD detached from from

[PATCH v5 0/8] port the filtering part of branch.c to use ref-filter APIs

2015-09-20 Thread Karthik Nayak
This is part of porting 'branch -l' to use ref-filter APIs The previous version of this series (v4) can be found here: thread.gmane.org/gmane.comp.version-control.git/277761 Changes in this version include: * Now we sort by 'refname' by default, this eliminates the need for attaching the detached