Merge branch 'jk/push-deadlock-regression-fix'
commitd6857a831ca86c0ab0157722728696537700dad0
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Mar 2017 22:23:20 +0000 (14 15:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Mar 2017 22:23:20 +0000 (14 15:23 -0700)
tree465b880592aa35c001ce8a7957bfca112bd38cab
parent130b664e442767587638b3e807a6f543168239d7
parentd1a13d3fcb252631361a961cb5e2bf10ed467cba
Merge branch 'jk/push-deadlock-regression-fix'

"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