X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.h;h=0cebec113f69e05debfe3ab20327aa6c4d0a3020;hb=d01d8c6782850c18d62676dae3c72ad73be1e52e;hp=a268d16ff712e29fbccab779824551757f99837d;hpb=810e1523753553968aac827f57e0e24fc9af6546;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 *);