aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-12-13 10:39:23 +0900
committerJunio C Hamano <gitster@pobox.com>2025-12-13 10:39:23 +0900
commit6362c9ce5eb18f699affbb2a7b357cb9b469105c (patch)
tree49ca64dd03d243c58c1ce3fb8d68db9dabd5b7a5 /Makefile
parent2a04e8c293766a4976ceceb4c663dd2963e0339e (diff)
parent467860bc0b0447093ae97bcecf1655131732338f (diff)
downloadgit-6362c9ce5eb18f699affbb2a7b357cb9b469105c.tar.xz
Merge branch 'tc/memzero-array' into jc/memzero-array
* tc/memzero-array: contrib/coccinelle: pass include paths to spatch(1) git-compat-util: introduce MEMZERO_ARRAY() macro last-modified: fix use of uninitialized memory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e0f77e298..7ca2118813 100644
--- a/Makefile
+++ b/Makefile
@@ -981,7 +981,7 @@ SANITIZE_LEAK =
SANITIZE_ADDRESS =
# For the 'coccicheck' target
-SPATCH_INCLUDE_FLAGS = --all-includes
+SPATCH_INCLUDE_FLAGS = --all-includes $(addprefix -I ,compat ewah refs sha256 trace2 win32 xdiff)
SPATCH_FLAGS =
SPATCH_TEST_FLAGS =