X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diffcore.h;h=fed9b151b5b7818b0f211787e11b61b784ec9ade;hb=a60645f9c54c3050cbe25882feba9d5b3d1ca0d6;hp=491bea0b44963461cfce30b07ec96a9005a3c910;hpb=6c6f87842bcb8ac4d36922cec5b5ce25de14756e;p=git.git diff --git a/diffcore.h b/diffcore.h index 491bea0b4..fed9b151b 100644 --- a/diffcore.h +++ b/diffcore.h @@ -18,7 +18,7 @@ #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 36000 /* maximum for break-merge to happen 60%) */ +#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 */