Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pack-objects: move in_pack out of struct object_entry
[gitweb.git]
/
object-store.h
diff --git
a/object-store.h
b/object-store.h
index fef33f345f0a2334f99e09f544d8ea9a8b034e81..71d408786743651b9ee2be9d74696c182752d1b0 100644
(file)
--- a/
object-store.h
+++ b/
object-store.h
@@
-69,6
+69,7
@@
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,
freshened:1,