From: Junio C Hamano Date: Mon, 27 Feb 2012 07:05:48 +0000 (-0800) Subject: Merge branch 'sp/smart-http-failure-to-push' X-Git-Tag: v1.7.10-rc0~43 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=200e96e4af5e604174dff2f1487b26d3c42426f1;p=git.git Merge branch 'sp/smart-http-failure-to-push' * sp/smart-http-failure-to-push: : Mask SIGPIPE on the command channel going to a transport helper disconnect from remote helpers more gently Conflicts: transport-helper.c --- 200e96e4af5e604174dff2f1487b26d3c42426f1 diff --cc transport-helper.c index 6f227e253,7636a2771..f6b3b1fb7 --- a/transport-helper.c +++ b/transport-helper.c @@@ -220,8 -204,6 +221,7 @@@ static struct child_process *get_helper static int disconnect_helper(struct transport *transport) { struct helper_data *data = transport->data; - struct strbuf buf = STRBUF_INIT; + int res = 0; if (data->helper) { if (debug)