]> git.ipfire.org Git - thirdparty/git.git/commit - server-info.c
objects/info/packs: work around bug in http-fetch.c::fetch_indices()
authorJunio C Hamano <junkio@cox.net>
Wed, 21 Dec 2005 20:09:17 +0000 (12:09 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Dec 2005 20:13:52 +0000 (12:13 -0800)
commit21b1aced83195af50fd8bc9a88e7734c8ee77c0e
treebff71bb6c5f485dcf7783a6306f585c9b1e649e8
parentc2f3bf071ee90b01f2d629921bb04c4f798f02fa
objects/info/packs: work around bug in http-fetch.c::fetch_indices()

The code to fetch pack index files in deployed clients have a
bug that causes it to ignore the pack file on the last line of
objects/info/packs file, so append an empty line to work it
around.

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