diff options
Diffstat (limited to 'midx.h')
| -rw-r--r-- | midx.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ struct multi_pack_index { const char **pack_names; struct packed_git **packs; + + struct repository *repo; + char object_dir[FLEX_ARRAY]; }; |
