| author | Junio C Hamano <junkio@cox.net> | |
| Wed, 18 May 2005 06:29:49 +0000 (23:29 -0700) | ||
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
| Wed, 18 May 2005 18:16:24 +0000 (11:16 -0700) | ||
| commit | 915838c3cbf5695e754b2826ee5e8fd46b23b0b7 | |
| tree | bc893d0dd849a227a7ffcdffdb0a545232c755b2 | tree | snapshot |
| parent | e7bd907db6a707481066f2c8d58e208110824358 | commit | diff |
[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>
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 | blob | history | |
| diff-helper.c | diff | blob | history | |
| diff.c | diff | blob | history | |
| diff.h | diff | blob | history |