diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-04-29 09:52:15 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-04-29 10:08:11 -0700 |
commit | ddb28da58fd657fa672f4605e50e140ce4c662f8 (patch) | |
tree | 3ee9bb444148c2eb82e5adb109904250d4eb5556 /builtin/count-objects.c | |
parent | d61ff9c237b05f9cff0831d4bde546ed4a9c3c42 (diff) |
object-store: move `struct packed_git` into "packfile.h"
The "object-store.h" header contains the definition of `struct
packed_git`. As this structure hosts all kind of information about a
specific packfile it is arguably a bit out of place in a generic place
like "object-store.h".
Move the structure as well as `pack_map_entry_cmp()` into "packfile.h".
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/count-objects.c')
0 files changed, 0 insertions, 0 deletions