commit | b45563a229f5150271837cf487a91ddd8224fbd3 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Nov 30 22:22:38 2007 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Dec 02 02:24:46 2007 -0800 |
tree | a0b363c225777490a4c22adaf280ea7ef69f7772 | |
parent | 1c46ab1fada6eb449336a624995293cdd74f2b08 [diff] |
rename: Break filepairs with different types. 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>