summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 374f712584..6db9f5f1f9 100644
--- a/cache.h
+++ b/cache.h
@@ -1097,7 +1097,8 @@ struct object_info {
struct {
struct packed_git *pack;
off_t offset;
- unsigned int is_delta;
+ unsigned int is_delta:1;
+ unsigned int is_chunked:1;
} packed;
} u;
};