author | Junio C Hamano <junkio@cox.net> | |
Tue, 28 Jun 2005 23:58:27 +0000 (16:58 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 29 Jun 2005 00:13:32 +0000 (17:13 -0700) | ||
commit | 75c660ac9373b588a7815fa922dac02b2e4519d4 | |
tree | c1e78e9fd7b9eb452b6408bdaa65658692c33e98 | tree | snapshot |
parent | e1ddc9768469cb8c25387dc0c75dd4f40ea71096 | commit | diff |
[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>
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 | diff | blob | history |