diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-07-01 14:22:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-07-01 14:46:37 -0700 |
commit | 16cf7494962f20d09dcd8ef20af8962600fafca9 (patch) | |
tree | b40492b353a40c178a014561758e97c3e3db6428 /merge-blobs.c | |
parent | fc28a8a856a1e7978794e7dee61c42d7d5740a6b (diff) |
odb: trivial refactorings to get rid of `the_repository`
All of the external functions provided by the object database subsystem
don't depend on `the_repository` anymore, but some internal functions
still do. Refactor those cases by plumbing through the repository that
owns the object database.
This change allows us to get rid of the `USE_THE_REPOSITORY_VARIABLE`
preprocessor define.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'merge-blobs.c')
0 files changed, 0 insertions, 0 deletions