Re: [PATCH] fix hang in git fetch if pointed at a 0 length bundle
From: Junio C Hamano <hidden> Date: 2016-06-15 22:52:43
Brian Harring [off-list ref] writes:
git-repo if interupted at the exact wrong time will generate zero
length bundles- literal empty files. git-repo is wrong here, but
git fetch shouldn't effectively spin loop if pointed at a zero
length bundle.
Signed-off-by: Brian Harring <redacted>
---