Re: [RFCv2 12/16] transport: get_refs_via_connect exchanges capabilities before refs.

2015-06-02 Thread Stefan Beller
On Tue, Jun 2, 2015 at 2:55 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> Signed-off-by: Stefan Beller >> --- >> >> Notes: >> A minor issue I am unsure about here is the >> line >> && transport->smart_options->transport_version) >> which could be prevented if we always

Re: [RFCv2 12/16] transport: get_refs_via_connect exchanges capabilities before refs.

2015-06-02 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- > > Notes: > A minor issue I am unsure about here is the > line > && transport->smart_options->transport_version) > which could be prevented if we always set the transport_version > in make_remote to be the default

[RFCv2 12/16] transport: get_refs_via_connect exchanges capabilities before refs.

2015-06-01 Thread Stefan Beller
Signed-off-by: Stefan Beller --- Notes: A minor issue I am unsure about here is the line && transport->smart_options->transport_version) which could be prevented if we always set the transport_version in make_remote to be the default remote version. The advantage