Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1-array: convert internal storage for struct sha1_array to object_id
[gitweb.git]
/
sha1-array.h
diff --git
a/sha1-array.h
b/sha1-array.h
index b3230be0dd6eedf871c5c337a79333a7ebf33cb7..c1f706acba36cef73b80747d1378911aa561ebc9 100644
(file)
--- a/
sha1-array.h
+++ b/
sha1-array.h
@@
-2,7
+2,7
@@
#define SHA1_ARRAY_H
struct sha1_array {
-
unsigned char (*sha1)[20]
;
+
struct object_id *oid
;
int nr;
int alloc;
int sorted;