X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=diff.h;h=0cebec113f69e05debfe3ab20327aa6c4d0a3020;hb=f0853837d6ee69dccfa59222a0e869de94bdddc6;hp=a268d16ff712e29fbccab779824551757f99837d;hpb=12d81ce59846e17676c5534257ca2f1783829d63;p=git.git diff --git a/diff.h b/diff.h index a268d16f..0cebec11 100644 --- a/diff.h +++ b/diff.h @@ -102,6 +102,7 @@ extern int diff_setup_done(struct diff_options *); #define DIFF_DETECT_COPY 2 #define DIFF_PICKAXE_ALL 1 +#define DIFF_PICKAXE_REGEX 2 extern void diffcore_std(struct diff_options *);