X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=diff.h;h=1fd44f5e47604b94c28a673e6cadc6ec870da9df;hb=5e9677cbdf1840836e22d9cf23198de34877e283;hp=bf2f44d840735684c89f654ee6f3b3a935af2c55;hpb=460645a8c331196c3e5e61de4acf3f9c5803e335;p=git.git diff --git a/diff.h b/diff.h index bf2f44d84..1fd44f5e4 100644 --- a/diff.h +++ b/diff.h @@ -238,6 +238,9 @@ extern int diff_setup_done(struct diff_options *); #define DIFF_PICKAXE_ALL 1 #define DIFF_PICKAXE_REGEX 2 +#define DIFF_PICKAXE_KIND_S 4 /* traditional plumbing counter */ +#define DIFF_PICKAXE_KIND_G 8 /* grep in the patch */ + extern void diffcore_std(struct diff_options *); extern void diffcore_fix_diff_index(struct diff_options *);