]> git.ipfire.org Git - thirdparty/git.git/commit
tree: stop using the_repository
authorRené Scharfe <l.s.r@web.de>
Fri, 9 Jan 2026 21:30:20 +0000 (22:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Jan 2026 02:36:17 +0000 (18:36 -0800)
commita8a50f29aeab6cf3cd848caaa8229ab26d542b80
tree170334857c355b72a6460e3786968e6bb0086909
parente61c387a1be8feec8bcb0cf1793893d206eaa2f7
tree: stop using the_repository

Push the use of the_repository to the remaining callers by turning the
compatibility wrappers into macros, whose use still requires
USE_THE_REPOSITORY_VARIABLE to be defined.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
tree.c
tree.h