[PATCH v4 4/4] transport.c: introduce core.alternateRefsPrefixes

2018-10-02 Thread Taylor Blau
On Tue, Oct 02, 2018 at 04:13:13PM +0100, Ramsay Jones wrote: > > On 02/10/18 03:24, Taylor Blau wrote: > [snip] > > diff --git a/t/t5410-receive-pack-alternates.sh > > b/t/t5410-receive-pack-alternates.sh > > index 49d0fe44fb..94794c35da 100755 > > --- a/t/t5410-receive-pack-alternates.sh > > +++

Re: [PATCH v4 4/4] transport.c: introduce core.alternateRefsPrefixes

2018-10-02 Thread Ramsay Jones
On 02/10/18 03:24, Taylor Blau wrote: [snip] > diff --git a/t/t5410-receive-pack-alternates.sh > b/t/t5410-receive-pack-alternates.sh > index 49d0fe44fb..94794c35da 100755 > --- a/t/t5410-receive-pack-alternates.sh > +++ b/t/t5410-receive-pack-alternates.sh > @@ -30,4 +30,12 @@ test_expect_succ

[PATCH v4 4/4] transport.c: introduce core.alternateRefsPrefixes

2018-10-01 Thread Taylor Blau
The recently-introduced "core.alternateRefsCommand" allows callers to specify with high flexibility the tips that they wish to advertise from alternates. This flexibility comes at the cost of some inconvenience when the caller only wishes to limit the advertisement to one or more prefixes. For exa