]> git.99rst.org Git - git.git/commit
treewide: drop USE_THE_REPOSITORY_VARIABLE
authorPatrick Steinhardt <redacted>
Thu, 11 Jun 2026 06:44:45 +0000 (08:44 +0200)
committerJunio C Hamano <redacted>
Thu, 11 Jun 2026 12:05:54 +0000 (05:05 -0700)
commit1ceee7431b40aba69707835b9b65b0ed7a9cb973
treecf23a00f0ed7ea1306437177216fe305a3b7f5bd
parent2e1d55626f06be7b9374c0a6f579959d750f0cfb
treewide: drop USE_THE_REPOSITORY_VARIABLE

Adapt a couple of trivial callers of `is_bare_repository()` to instead
use a repository available via the caller's context so that we can drop
the `USE_THE_REPOSITORY_VARIABLE` macro.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/repack.c
mailmap.c
refs/reftable-backend.c
setup.c
git clone https://git.99rst.org/PROJECT