aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-12-23 11:33:16 +0900
committerJunio C Hamano <gitster@pobox.com>2025-12-23 11:33:16 +0900
commit86ebd83e6a78671624cf118e3a04d3afcfbe5df4 (patch)
treed3e3409efdfb8529b2256ade113798feabc876c2 /Makefile
parent396df67739bed1615e92071961e3e4d2bf378c16 (diff)
parent8ea9492cf3505c379d1c573b02db90e6b480cc75 (diff)
downloadgit-86ebd83e6a78671624cf118e3a04d3afcfbe5df4.tar.xz
Merge branch 'jc/memzero-array'
Further application of MEMZERO_ARRAY() macro to the rest of the code base. * jc/memzero-array: cocci: use MEMZERO_ARRAY() a bit more coccicheck: emit the contents of cocci patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cb3bcbf62..89d8d73ec0 100644
--- a/Makefile
+++ b/Makefile
@@ -3523,7 +3523,7 @@ else
COCCICHECK_PATCH_MUST_BE_EMPTY_FILES = $(COCCICHECK_PATCHES_INTREE)
endif
coccicheck: $(COCCICHECK_PATCH_MUST_BE_EMPTY_FILES)
- ! grep -q ^ $(COCCICHECK_PATCH_MUST_BE_EMPTY_FILES) /dev/null
+ ! grep ^ $(COCCICHECK_PATCH_MUST_BE_EMPTY_FILES) /dev/null
# See contrib/coccinelle/README
coccicheck-pending: coccicheck-test