Re: [PATCH/RFC 0/6] fetch with refspec

2016-04-15 Thread Stefan Beller
On Fri, Apr 15, 2016 at 12:19 PM, David Turner wrote: > We've got a lot of refs, but pretty frequently we only want to fetch > one. It's silly for the server to send a bunch of refs that the client > is just going to ignore. Here are some patches that fix that. > > Let me know if this seems reas

[PATCH/RFC 0/6] fetch with refspec

2016-04-15 Thread David Turner
We've got a lot of refs, but pretty frequently we only want to fetch one. It's silly for the server to send a bunch of refs that the client is just going to ignore. Here are some patches that fix that. Let me know if this seems reasonable. (and I'll start in on another round of index-helper as