Revision 8453685d0437bd5ffc25f0bd3b5b07b12225119b authored by Jeff King on 18 October 2022, 20:15:33 UTC, committed by Johannes Schindelin on 23 March 2023, 08:17:23 UTC
Cherry pick commit d3775de0 (Makefile: force -O0 when compiling with
SANITIZE=leak, 2022-10-18), as otherwise the leak checker at GitHub
Actions CI seems to fail with a false positive.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent b7a92d0
History
File Mode Size
.gitignore -rw-r--r-- 22 bytes
Makefile -rw-r--r-- 1.7 KB
branches-- -rw-r--r-- 47 bytes
hooks--applypatch-msg.sample -rwxr-xr-x 478 bytes
hooks--commit-msg.sample -rwxr-xr-x 896 bytes
hooks--fsmonitor-watchman.sample -rwxr-xr-x 4.5 KB
hooks--post-update.sample -rwxr-xr-x 189 bytes
hooks--pre-applypatch.sample -rwxr-xr-x 424 bytes
hooks--pre-commit.sample -rwxr-xr-x 1.6 KB
hooks--pre-merge-commit.sample -rwxr-xr-x 416 bytes
hooks--pre-push.sample -rwxr-xr-x 1.3 KB
hooks--pre-rebase.sample -rwxr-xr-x 4.8 KB
hooks--pre-receive.sample -rwxr-xr-x 544 bytes
hooks--prepare-commit-msg.sample -rwxr-xr-x 1.5 KB
hooks--push-to-checkout.sample -rwxr-xr-x 2.7 KB
hooks--update.sample -rwxr-xr-x 3.6 KB
info--exclude -rw-r--r-- 240 bytes
this--description -rw-r--r-- 73 bytes

back to top