X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diffcore.h;h=d31b3b476c0fc25a85b483b3d1d04b2d36bc6481;hb=6c2711e70cc070559537a44f4975add451ee53f2;hp=7f9889daf375a0c310fddefeffa0bad5f4d1393c;hpb=fe041ad68d02d3c117c68f9bd3d37cd80208f31d;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 */