Merge branch 'jk/push-deadlock-regression-fix' into maint
commitf4d3af185988ad45ebc0a6dead32222cad2c03a6
authorJunio C Hamano <gitster@pobox.com>
Fri, 24 Mar 2017 19:57:52 +0000 (24 12:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Mar 2017 19:57:52 +0000 (24 12:57 -0700)
treecdfbacf6e120e2eddfa417ad203a40e8dcafc3ae
parent296ab786eed237b59f76f6411e895cc1e3ce14ab
parentd1a13d3fcb252631361a961cb5e2bf10ed467cba
Merge branch 'jk/push-deadlock-regression-fix' into maint

"git push" had a handful of codepaths that could lead to a deadlock
when unexpected error happened, which has been fixed.

* jk/push-deadlock-regression-fix:
  send-pack: report signal death of pack-objects
  send-pack: read "unpack" status even on pack-objects failure
  send-pack: improve unpack-status error messages
  send-pack: use skip_prefix for parsing unpack status
  send-pack: extract parsing of "unpack" response
  receive-pack: fix deadlock when we cannot create tmpdir
builtin/receive-pack.c