[PATCH] Diff-helper update
authorJunio C Hamano <junkio@cox.net>
Wed, 18 May 2005 06:29:49 +0000 (23:29 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 18 May 2005 18:16:24 +0000 (11:16 -0700)
commit915838c3cbf5695e754b2826ee5e8fd46b23b0b7
treebc893d0dd849a227a7ffcdffdb0a545232c755b2
parente7bd907db6a707481066f2c8d58e208110824358
[PATCH] Diff-helper update

This patch adds a framework and a stub implementation of rename
detection to diff-helper program.

The current stub code is just enough to detect pure renames in
diff-tree output and not fancier.  The plan is perhaps to use
the same delta code when Nico's delta storage patch is merged
for similarity evaluation purposes.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/git-diff-helper.txt
diff-helper.c
diff.c
diff.h