/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refactor how we open pack files to prepare for multiple windows.
[git/git.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index
e6b7164
..
f8a8928
100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-351,6
+351,7
@@
extern struct packed_git {
unsigned int *index_base;
off_t index_size;
off_t pack_size;
+ int pack_fd;
int pack_local;
unsigned char sha1[20];
/* something like ".git/objects/pack/xxxxx.pack" */