Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sp/maint-fd-limit' into maint
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index c782495a8f097e45c4bedd0e18c1f1250b794728..f2dabefd9d75fddf0eb48e42a0907db6ac162b08 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-898,7
+898,8
@@
extern struct packed_git {
time_t mtime;
int pack_fd;
unsigned pack_local:1,
- pack_keep:1;
+ pack_keep:1,
+ do_not_close:1;
unsigned char sha1[20];
/* something like ".git/objects/pack/xxxxx.pack" */
char pack_name[FLEX_ARRAY]; /* more */