/
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
pack-revindex: store entries directly in packed_git
[git/git.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index
202ab59
..
6603787
100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-1118,7
+1118,7
@@
extern struct packed_git {
pack_keep:1,
do_not_close:1;
unsigned char sha1[20];
pack_keep:1,
do_not_close:1;
unsigned char sha1[20];
- struct
pack_revindex reverse_
index;
+ struct
revindex_entry *rev
index;
/* something like ".git/objects/pack/xxxxx.pack" */
char pack_name[FLEX_ARRAY]; /* more */
} *packed_git;
/* something like ".git/objects/pack/xxxxx.pack" */
char pack_name[FLEX_ARRAY]; /* more */
} *packed_git;