[PATCH] Tweak count-delta interface
authorJunio C Hamano <junkio@cox.net>
Fri, 3 Jun 2005 08:36:03 +0000 (01:36 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 3 Jun 2005 18:23:03 +0000 (11:23 -0700)
commit355e76a4a3c5e49ae15a642806457bce10fe2ef4
tree61d1a1313ab1732458e47f55e14d6c1c7f1225ea
parent5b86040679626e36c12345039f6df62f4622aef2
[PATCH] Tweak count-delta interface

Make it return copied source and insertion separately, so that
later implementation of heuristics can use them more flexibly.

This does not change the heuristics implemented in
diffcore-rename nor diffcore-break in any way.

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