X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diffcore.h;h=d31b3b476c0fc25a85b483b3d1d04b2d36bc6481;hb=c301a0d2cf49b57f246ad73d0fd9f1cf203e7c16;hp=7f9889daf375a0c310fddefeffa0bad5f4d1393c;hpb=810e300d4c470d8f1861585eb2c79a638df76a22;p=git.git diff --git a/diffcore.h b/diffcore.h index 7f9889da..d31b3b47 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 */