/
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: convert struct pack_idx_entry to struct object_id
[git/git.git]
/
pack.h
diff --git
a/pack.h
b/pack.h
index
5c21587
..
c7de42e
100644
(file)
--- a/
pack.h
+++ b/
pack.h
@@
-67,7
+67,7
@@
struct pack_idx_header {
* Common part of object structure used for write_idx_file
*/
struct pack_idx_entry {
* Common part of object structure used for write_idx_file
*/
struct pack_idx_entry {
-
unsigned char sha1[20]
;
+
struct object_id oid
;
uint32_t crc32;
off_t offset;
};
uint32_t crc32;
off_t offset;
};