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 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 > send-

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 http://vger.kernel.org/majord

[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