From: Junio C Hamano Date: Tue, 23 Apr 2013 18:16:50 +0000 (-0700) Subject: Merge branch 'jk/receive-pack-deadlocks-with-early-failure' X-Git-Tag: v1.8.3-rc0~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f87f7424df3e3fba0b0211c9a7fe78fe1e526802;p=thirdparty%2Fgit.git Merge branch 'jk/receive-pack-deadlocks-with-early-failure' When receive-pack detects error in the pack header it received in order to decide which of unpack-objects or index-pack to run, it returned without closing the error stream, which led to a hang sideband thread. * jk/receive-pack-deadlocks-with-early-failure: receive-pack: close sideband fd on early pack errors --- f87f7424df3e3fba0b0211c9a7fe78fe1e526802