diff options
Diffstat (limited to 'src/pack.h')
| -rw-r--r-- | src/pack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pack.h b/src/pack.h index 178545675..af87b7cd5 100644 --- a/src/pack.h +++ b/src/pack.h @@ -64,6 +64,7 @@ struct git_pack_file { unsigned pack_local:1, pack_keep:1, has_cache:1; git_oid sha1; git_vector cache; + git_oid **oids; /* something like ".git/objects/pack/xxxxx.pack" */ char pack_name[GIT_FLEX_ARRAY]; /* more */ |
