Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Convert lookup_blob to struct object_id
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index 04568e4fbd4e6f8d7bca074331d19977f9c9dc28..9bb5e06482b2dd59411d9f70b49cc4ab72a49c6f 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-1315,7
+1315,7
@@
static struct object_list **process_tree(struct tree *tree,
p = process_tree(lookup_tree(entry.oid->hash), p);
break;
case OBJ_BLOB:
- p = process_blob(lookup_blob(entry.oid
->hash
), p);
+ p = process_blob(lookup_blob(entry.oid), p);
break;
default:
/* Subproject commit - not in this repository */