Code

Merge branch 'sp/smart-http-failure-to-push' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Mar 2012 06:16:33 +0000 (22:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Mar 2012 06:16:33 +0000 (22:16 -0800)
* 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

1  2 
transport-helper.c

index 6f227e253bf638de37ce74347213657c23185afa,7636a2771aedc3b6b4ae278fd1cc35e1278510db..f6b3b1fb79468ef85eb9581c7d44ff04c1bb61bc
@@@ -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)