From: Nicolas Pitre Date: Thu, 20 Apr 2006 21:25:37 +0000 (-0400) Subject: fix pack-object buffer size X-Git-Tag: v1.3.1~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0dec30b9788b12fdae5d5b69fc366a28bb688d80?ds=sidebyside;hp=0dec30b9788b12fdae5d5b69fc366a28bb688d80 fix pack-object buffer size The input line has 40 _chars_ of sha1 and no 20 _bytes_. It should also account for the space before the pathname, and the terminating \n and \0. Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano ---