]> git.ipfire.org Git - thirdparty/git.git/commit
Stop carrying Geert's similarity estimator.
authorJunio C Hamano <junkio@cox.net>
Thu, 20 Apr 2006 07:33:37 +0000 (00:33 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 20 Apr 2006 07:37:08 +0000 (00:37 -0700)
commitadeb25cf04a33ce8a03dd698121bffcabf8682ad
tree5359448439bd574c0727e7c21b4e238b197645b6
parentf31613d45afa1e5c87c4a9a964ef9b474ef73932
parentca9de6cadfa55c9b00476112e2bb52fe20ab95e0
Stop carrying Geert's similarity estimator.

I tried the code with pack-objects.c::try_delta(), and was
somewhat dissapointed.  The current type-path based heuristics
already limits the delta attempts to similar objects anyway, so
it is not a good place to apply it.

The Net never forgets, so we can resurrect it if we wanted to
later.