Re: [PATCH 0/2] Skip ls-refs if possible for HTTP

2019-08-22 Thread Jonathan Tan
> This probably is totally off-tangent, but do any of these "let's > advertise fewer" changes at the protocol level have to take into > account the use of --prune option on the client side? I don't think so. According to what I understand from the documentation, the prune option prunes based on th

Re: [PATCH 0/2] Skip ls-refs if possible for HTTP

2019-08-22 Thread Junio C Hamano
Jonathan Tan writes: > This was discovered by one of my colleagues when using a partial clone. > I thought I had resolved the problem with the commits mentioned in patch > 1 (e70a3030e7 and ancestors), but apparently that is not the case (that > only worked for native protocols). So here is a fix

[PATCH 0/2] Skip ls-refs if possible for HTTP

2019-08-21 Thread Jonathan Tan
This was discovered by one of my colleagues when using a partial clone. I thought I had resolved the problem with the commits mentioned in patch 1 (e70a3030e7 and ancestors), but apparently that is not the case (that only worked for native protocols). So here is a fix for HTTP. I'm not sure of the