From: Sergey Vlasov Date: Thu, 13 Oct 2005 17:49:53 +0000 (-0700) Subject: git-http-fetch: Remove size limit for objects/info/{packs,alternates} X-Git-Tag: v0.99.9~126 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=bc8f26527064e8bd9123c293741a0a3762b8a64e;hp=bc8f26527064e8bd9123c293741a0a3762b8a64e;p=git.git git-http-fetch: Remove size limit for objects/info/{packs,alternates} git-http-fetch received objects/info/packs into a fixed-size buffer and started to fail when this file became larger than the buffer. Change it to grow the buffer dynamically, and do the same thing for objects/info/alternates. Also add missing free() calls for these buffers. Signed-off-by: Sergey Vlasov Signed-off-by: Junio C Hamano ---