Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
objects/info/packs: work around bug in http-fetch.c::fetch_indices()
[gitweb.git]
/
server-info.c
diff --git
a/server-info.c
b/server-info.c
index df19e49b5be75f2cc75e24ba6cda0c94631b434d..6089765941f36712ec6ee54e5b1492b8c707917b 100644
(file)
--- a/
server-info.c
+++ b/
server-info.c
@@
-200,6
+200,7
@@
static void write_pack_info_file(FILE *fp)
int i;
for (i = 0; i < num_pack; i++)
fprintf(fp, "P %s\n", info[i]->p->pack_name + objdirlen + 6);
+ fputc('\n', fp);
}
static int update_info_packs(int force)