object-file: get rid of the_repository
Hi,
this patch series refactors "object-file.c" to get rid of the dependency
on the_repository
. In many such cases this is done by passing in a
struct odb_source
, which prepares us for eventually converting this
into the "loose" object source with pluggable object databases.
The patch series is built on top of a30f80fd (The eighth batch,
2025-07-08) with "ps/object-store" at 841a03b4 (odb: rename
read_object_with_reference()
, 2025-07-01) merged into it.
Thanks!
Patrick
--- b4-submit-tracking ---
This section is used internally by b4 prep for tracking purposes.
{ "series": { "revision": 1, "change-id": "20250709-pks-object-file-wo-the-repository-9f41234c4747", "prefixes": [] } }
Closes Refactor `object-file.c` to not depend on globa... (#506 - closed).
Edited by Patrick Steinhardt