]> git.ipfire.org Git - thirdparty/git.git/commit
http-fetch.c: fix objects/info/pack parsing.
authorJunio C Hamano <junkio@cox.net>
Wed, 21 Dec 2005 20:10:10 +0000 (12:10 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Dec 2005 20:13:53 +0000 (12:13 -0800)
commit455c161c47542de7e67d2ba48bba637e5a645388
tree91b9dcb6a008e5f09c05d63a1ddf990c08781105
parent21b1aced83195af50fd8bc9a88e7734c8ee77c0e
http-fetch.c: fix objects/info/pack parsing.

It failed to register the last pack in the objects/info/packs
file.  Also it had an independent overrun error.

Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c