]> git.ipfire.org Git - thirdparty/git.git/commit - diffcore-rename.c
[PATCH] Use enhanced diff_delta() in the similarity estimator.
authorJunio C Hamano <junkio@cox.net>
Tue, 28 Jun 2005 23:58:27 +0000 (16:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 00:13:32 +0000 (17:13 -0700)
commit75c660ac9373b588a7815fa922dac02b2e4519d4
treec1e78e9fd7b9eb452b6408bdaa65658692c33e98
parente1ddc9768469cb8c25387dc0c75dd4f40ea71096
[PATCH] Use enhanced diff_delta() in the similarity estimator.

The diff_delta() interface was extended to reject generating too big a
delta while we were working on the packed GIT archive format.

Take advantage of that when generating delta in the similarity estimator
used in diffcore-rename.c

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diffcore-rename.c