Make git-pack-redundant non-horribly slow on large sets of packs
authorLukas Sandström <lukass@etek.chalmers.se>
Thu, 17 Nov 2005 13:11:56 +0000 (14:11 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 05:29:12 +0000 (21:29 -0800)
commit751a71e2b5f3667ab7ffffccad3e2b58726eb1c9
treefffc051bb5bf1248dbda46f8ac6706eb3aa03098
parent0adb3358f6538aaa9006f4068d6757cd506afcdd
Make git-pack-redundant non-horribly slow on large sets of packs

Change the smallest-set detection algortithm so that when
we have found a good set, we don't check any larger sets.

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-redundant.c