git/tools
Jeff King 9b204b825b hash: use git_hash_init() consistently
We'd like to add more logic to git_hash_init(), but many callers skip it
and call algop->init_fn() directly. Let's make sure we're consistently
using the wrapper by adding a coccinelle rule.

Besides the coccinelle file itself, this is a purely mechanical
conversion based on the patch it generates. There should be no bare
init_fn() calls left (except for the one in the wrapper).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2026-07-07 21:56:00 -07:00
..
coccinelle hash: use git_hash_init() consistently 2026-07-07 21:56:00 -07:00
update-unicode
README.md
check-builtins.sh
coverage-diff.sh
detect-compiler
generate-cmdlist.sh
generate-configlist.sh generate-configlist: collapse depfile for older Ninja 2026-05-16 22:19:56 +09:00
generate-hooklist.sh
generate-perl.sh
generate-python.sh
generate-script.sh
meson.build
precompiled.h

README.md

Developer Tooling

This directory is expected to contain all sorts of tooling that relates to our build infrastructure. This includes scripts and inputs required by our build systems, but also scripts that developers are expected to run manually.