]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diff.h
diff: introduce DIFF_PICKAXE_KINDS_MASK
[thirdparty/git.git] / diff.h
diff --git a/diff.h b/diff.h
index 8af1213684e2b5c3f1f877557d8733860520a6cd..9ec4f824fec837dd7e0824d9aa32ead9e185f1c8 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -326,6 +326,8 @@ extern void diff_setup_done(struct diff_options *);
 #define DIFF_PICKAXE_KIND_S    4 /* traditional plumbing counter */
 #define DIFF_PICKAXE_KIND_G    8 /* grep in the patch */
 
+#define DIFF_PICKAXE_KINDS_MASK (DIFF_PICKAXE_KIND_S | DIFF_PICKAXE_KIND_G)
+
 #define DIFF_PICKAXE_IGNORE_CASE       32
 
 extern void diffcore_std(struct diff_options *);