Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/pull: convert to struct object_id
[gitweb.git]
/
patch-ids.h
diff --git
a/patch-ids.h
b/patch-ids.h
index 0f34ea11eadffea14620ea2ad45d69894469aef7..b9e5751f8e2f6ef17bfa444fe6d8f3f2c6b7bb85 100644
(file)
--- a/
patch-ids.h
+++ b/
patch-ids.h
@@
-3,7
+3,7
@@
struct patch_id {
struct hashmap_entry ent;
- unsigned char patch_id[GIT_
SHA1
_RAWSZ];
+ unsigned char patch_id[GIT_
MAX
_RAWSZ];
struct commit *commit;
};