diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-06-14 08:51:14 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-06-14 19:26:35 +0200 |
commit | dc89b7d5220d94a3d6555e4df6b7c458a82dc771 (patch) | |
tree | 8488ada42925bf691781ecdae2879ea4fdaffb47 /pseudo-merge.c | |
parent | t/helper: remove dependency on `the_repository` in "proc-receive" (diff) | |
download | git-dc89b7d5220d94a3d6555e4df6b7c458a82dc771.tar.xz git-dc89b7d5220d94a3d6555e4df6b7c458a82dc771.zip |
hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE`
Guard declarations of functions that implicitly use `the_repository`
with `USE_THE_REPOSITORY_VARIABLE` such that callers don't accidentally
rely on that global variable.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pseudo-merge.c')
0 files changed, 0 insertions, 0 deletions