From: Sergey Vlasov Date: Fri, 23 Sep 2005 12:28:13 +0000 (+0400) Subject: [PATCH] fetch.c: Do not build object ref lists X-Git-Tag: v0.99.7c~2^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a95cb6fb6b247cf90bd0b1a8bf989a0b42ada775?ds=sidebyside;hp=a95cb6fb6b247cf90bd0b1a8bf989a0b42ada775 [PATCH] fetch.c: Do not build object ref lists The fetch code does not need object ref lists; by disabling them we can save some time and memory. Signed-off-by: Sergey Vlasov Signed-off-by: Junio C Hamano ---