rename: Break filepairs with different types.
authorJunio C Hamano <gitster@pobox.com>
Sat, 1 Dec 2007 06:22:38 +0000 (22:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Dec 2007 10:24:46 +0000 (02:24 -0800)
When we consider if a path has been totally rewritten, we did not
touch changes from symlinks to files or vice versa. But a change
that modifies even the type of a blob surely should count as a
complete rewrite.

While we are at it, modernise diffcore-break to be aware of gitlinks (we
do not want to touch them).

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found