/
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-objects: implement bitmap writing
[git/git.git]
/
pack-objects.h
diff --git
a/pack-objects.h
b/pack-objects.h
index
90ad0a8
..
d1b98b3
100644
(file)
--- a/
pack-objects.h
+++ b/
pack-objects.h
@@
-17,6
+17,7
@@
struct object_entry {
enum object_type type;
enum object_type in_pack_type; /* could be delta */
uint32_t hash; /* name hint hash */
+ unsigned int in_pack_pos;
unsigned char in_pack_header_size;
unsigned preferred_base:1; /*
* we do not pack this, but is available