diff options
Diffstat (limited to 'object-store.h')
| -rw-r--r-- | object-store.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/object-store.h b/object-store.h index 1ff862c7f9..d683112fd7 100644 --- a/object-store.h +++ b/object-store.h @@ -71,8 +71,10 @@ struct packed_git { int index_version; time_t mtime; int pack_fd; + int index; /* for builtin/pack-objects.c */ unsigned pack_local:1, pack_keep:1, + pack_keep_in_core:1, freshened:1, do_not_close:1, pack_promisor:1; |
