diff options
| author | Patrick Steinhardt <ps@pks.im> | 2025-09-23 12:17:04 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-09-24 11:53:49 -0700 |
| commit | fe835b0ca0ba4d6968cd2d1f824c178547934792 (patch) | |
| tree | c56342bd6b6a814c36619b481c3cbef1d7829977 /fetch-pack.c | |
| parent | odb: move packfile map into `struct packfile_store` (diff) | |
| download | git-fe835b0ca0ba4d6968cd2d1f824c178547934792.tar.gz git-fe835b0ca0ba4d6968cd2d1f824c178547934792.zip | |
odb: move MRU list of packfiles into `struct packfile_store`
The object database tracks the list of packfiles in most-recently-used
order, which is mostly used to favor reading from packfiles that contain
most of the objects that we're currently accessing. With the
introduction of the `struct packfile_store` we have a better place to
host this list though.
Move the list accordingly.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fetch-pack.c')
0 files changed, 0 insertions, 0 deletions
