diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-06-01 10:20:29 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-06-01 18:47:17 +0900 |
| commit | 584338ed92735f3be768c16b53266d5bad439a7a (patch) | |
| tree | 6798f8cd70eeec7b6324bc7efbd3f1d751806387 /t/t4013/diff.diff_initial..side | |
| parent | 337b7fccba1cca8b7d9232b5e6e9ff53271f0398 (diff) | |
odb/source-loose: wire up `read_object_info()` callback
Move `odb_source_loose_read_object_info()` from "object-file.c" into
"odb/source-loose.c" and wire it up as the `read_object_info()` callback
of the loose source. Callers that previously invoked it directly now go
through the generic `odb_source_read_object_info()` interface instead.
The function `read_object_info_from_path()` cannot be moved along with
it because it is still called by `for_each_object_wrapper_cb()`. It is
therefore kept in place, but adjusted to take a loose source to clarify
that it's always operating on this structure.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions
