Re: [PATCHv2 10/10] remote-curl: always parse incoming refs

2013-02-19 Thread Shawn Pearce
On Mon, Feb 18, 2013 at 1:30 AM, Jeff King p...@peff.net wrote: When remote-curl receives a list of refs from a server, it keeps the whole buffer intact. When we get a list command, we feed the result to get_remote_heads, and when we get a fetch or push command, we feed it to fetch-pack or

[PATCHv2 10/10] remote-curl: always parse incoming refs

2013-02-18 Thread Jeff King
When remote-curl receives a list of refs from a server, it keeps the whole buffer intact. When we get a list command, we feed the result to get_remote_heads, and when we get a fetch or push command, we feed it to fetch-pack or send-pack, respectively. If the HTTP response from the server is

Re: [PATCHv2 10/10] remote-curl: always parse incoming refs

2013-02-18 Thread Jonathan Nieder
Jeff King wrote: remote-curl.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) I like. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at