On 19/02/2025 13:13, Patrick Steinhardt wrote: > Hi, > > this patch series wires up a couple more bits and pieces, mostly from > "contrib/". Included are: > > - The "libsecret", "netrc", "osxkeychain" and "wincred" credential > helpers. > > - The git-contact(1) script. > > - Coccinelle via a new "coccicheck" target that generates the semantic > check. > > Not a lot of stuff is missing after this small patch series, as far as I > am aware. Omissions that I know of include "git-gui", "sparse" and perf > tests. I regularly do 'make sparse' and 'make hdr-check' as part of my routine. Note that ci/run-static-analysis.sh uses several targets: ci/run-static-analysis.sh:8:make coccicheck ci/run-static-analysis.sh:29:make hdr-check || ci/run-static-analysis.sh:32:make check-pot ... and ci/test-documentation.sh some more: ci/test-documentation.sh:18:make check-builtins ci/test-documentation.sh:19:make check-docs ... and then there are some coverage targets like 'coverage-test' and 'coverage-report' (I haven't actually used them in decades ... ;) ). ATB, Ramsay Jones