X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diffcore.h;h=d31b3b476c0fc25a85b483b3d1d04b2d36bc6481;hb=9937cbf491094abacd323e8815cbec4953d5813d;hp=7f9889daf375a0c310fddefeffa0bad5f4d1393c;hpb=0c1fc940eeae051e890304c40d1e66a478afadc8;p=git.git diff --git a/diffcore.h b/diffcore.h index 7f9889daf..d31b3b476 100644 --- a/diffcore.h +++ b/diffcore.h @@ -17,8 +17,8 @@ */ #define MAX_SCORE 60000.0 #define DEFAULT_RENAME_SCORE 30000 /* rename/copy similarity minimum (50%) */ -#define DEFAULT_BREAK_SCORE 30000 /* minimum for break to happen (50%)*/ -#define DEFAULT_MERGE_SCORE 45000 /* maximum for break-merge to happen (75%)*/ +#define DEFAULT_BREAK_SCORE 30000 /* minimum for break to happen (50%) */ +#define DEFAULT_MERGE_SCORE 36000 /* maximum for break-merge to happen 60%) */ #define MINIMUM_BREAK_SIZE 400 /* do not break a file smaller than this */