X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diffcore.h;fp=diffcore.h;h=1f4b32c1c1628b1f040da0421423cf5cfb8561ad;hb=355e76a4a3c5e49ae15a642806457bce10fe2ef4;hp=981ee052d7f3962c18356b4e0e9c82cb4b4f5f17;hpb=5b86040679626e36c12345039f6df62f4622aef2;p=git.git diff --git a/diffcore.h b/diffcore.h index 981ee052..1f4b32c1 100644 --- a/diffcore.h +++ b/diffcore.h @@ -12,8 +12,6 @@ #define DEFAULT_RENAME_SCORE 30000 /* rename/copy similarity minimum (50%) */ #define DEFAULT_BREAK_SCORE 59400 /* minimum for break to happen (99%)*/ -#define RENAME_DST_MATCHED 01 - struct diff_filespec { unsigned char sha1[20]; char *path;