Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/untracked-cache-allocfix'
[gitweb.git]
/
object-store.h
diff --git
a/object-store.h
b/object-store.h
index dd3f9b75f04e6a23b235d415d15824aca8a43d20..b086f5ecdb82a105b9b3381de9893cb72bc5871c 100644
(file)
--- a/
object-store.h
+++ b/
object-store.h
@@
-77,7
+77,7
@@
struct packed_git {
freshened:1,
do_not_close:1,
pack_promisor:1;
- unsigned char
sha1[20
];
+ unsigned char
hash[GIT_MAX_RAWSZ
];
struct revindex_entry *revindex;
/* something like ".git/objects/pack/xxxxx.pack" */
char pack_name[FLEX_ARRAY]; /* more */