mirror of
https://github.com/git/git.git
synced 2026-01-10 01:56:42 +00:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
d61ff9c237
commit
ddb28da58f
@@ -4,6 +4,7 @@
|
||||
#include "object-store.h"
|
||||
#include "thread-utils.h"
|
||||
#include "pack.h"
|
||||
#include "packfile.h"
|
||||
|
||||
struct repository;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user