[PATCH] diff-tree: --find-copies-harder
commita7ca65405c364e674cf4359b07ae959d4ece01ab
authorJunio C Hamano <junkio@cox.net>
Sat, 11 Jun 2005 01:31:02 +0000 (10 18:31 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 03:40:20 +0000 (12 20:40 -0700)
treebb4252ae5b5f870a15b0d4dfedf23a6a13591fd4
parentd327b89a224e6d8db37ad97be1f8c0a54e380a29
[PATCH] diff-tree: --find-copies-harder

Normally, diff-tree does not feed unchanged filepair to diffcore
for performance reasons, so copies are detected only when the
source file of the copy happens to be modified in the same
changeset.  This adds --find-copies-harder flag to tell
diff-tree to sacrifice the performance in order to find copies
the same way as other commands in diff-* family.

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