author | Junio C Hamano <junkio@cox.net> | |
Wed, 1 Mar 2006 04:19:47 +0000 (20:19 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 1 Mar 2006 12:08:12 +0000 (04:08 -0800) | ||
commit | a64dd34d8cce018742badb49b87c5c565be655ce | |
tree | 62fd992f43d72e00c6f0b1491a6a9c03dd355e98 | tree | snapshot |
parent | a204756a45bd357280c156d01858138712493dfa | commit | diff |
diffcore-break: micro-optimize by avoiding delta between identical files.
We did not check if we have the same file on both sides when
computing break score. This is usually not a problem, but if
the user said --find-copies-harde with -B, we ended up trying a
delta between the same data even when we know the SHA1 hash of
both sides match.
Signed-off-by: Junio C Hamano <junkio@cox.net>
(cherry picked from aeecd23ae2785a0462d42191974e9d9a8e439fbe commit)
We did not check if we have the same file on both sides when
computing break score. This is usually not a problem, but if
the user said --find-copies-harde with -B, we ended up trying a
delta between the same data even when we know the SHA1 hash of
both sides match.
Signed-off-by: Junio C Hamano <junkio@cox.net>
(cherry picked from aeecd23ae2785a0462d42191974e9d9a8e439fbe commit)
diffcore-break.c | diff | blob | history |