]> git.ipfire.org Git - thirdparty/git.git/commit - server-info.c
server-info: throw away T computation as well.
authorJunio C Hamano <junkio@cox.net>
Mon, 5 Dec 2005 07:12:36 +0000 (23:12 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 5 Dec 2005 07:19:32 +0000 (23:19 -0800)
commit3e15c67c90f8eaa655165cf642d0553919a06464
tree8fa6308ad3916ed2f51e2a68cc2c25b235fbdf70
parentd5eac49868eba3b13d4816b82e99e86ec5ac9eb8
server-info: throw away T computation as well.

Again, dumb transport clients are too dumb to make use of the
top objects information to make a choice among multiple packs,
so computing these lines are useless for now.  We could
resurrect them if needed later.  Also dumb transport clients
presumably can do their own approximation by downloading idx
files to see how relevant each pack is for their fetch.

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