From: Junio C Hamano Date: Mon, 5 Mar 2012 06:16:33 +0000 (-0800) Subject: Merge branch 'sp/smart-http-failure-to-push' into maint X-Git-Tag: v1.7.9.3~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a4d7615453eff93838d496db6b533b327c8cadfc?ds=inline;hp=--cc Merge branch 'sp/smart-http-failure-to-push' into maint * 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 --- a4d7615453eff93838d496db6b533b327c8cadfc diff --cc transport-helper.c index 6f227e253b,7636a2771a..f6b3b1fb79 --- 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)