]> git.ipfire.org Git - thirdparty/git.git/commit - diffcore-rename.c
diffcore-rename: fix merging back a broken pair.
authorJunio C Hamano <junkio@cox.net>
Sun, 9 Apr 2006 03:17:46 +0000 (20:17 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 9 Apr 2006 03:32:41 +0000 (20:32 -0700)
commitfc5807190ef700d01e25968f48438736f18ae3dc
tree3233bca131bf2a430b0328fb7f407596116c5f37
parenta041d94f29d76d53ff3cc4169b99c6eefea8639d
diffcore-rename: fix merging back a broken pair.

When a broken pair is matched up by rename detector to be merged
back, we do not want to say it is "dissimilar" with the
similarity index.  The output should just say they were changed,
taking the break score left by the earlier diffcore-break run if
any.

Signed-off-by: Junio C Hamano <junkio@cox.net>
diffcore-rename.c