Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dr/progress-i18n'
[gitweb.git]
/
tree.c
diff --git
a/tree.c
b/tree.c
index 0ebb8c5b02f7c1e364c20554d1a47562d6c8e4b6..4720945e6a68c4311458cc60e22c25edb07c375e 100644
(file)
--- a/
tree.c
+++ b/
tree.c
@@
-199,8
+199,7
@@
struct tree *lookup_tree(struct repository *r, const struct object_id *oid)
{
struct object *obj = lookup_object(r, oid);
if (!obj)
- return create_object(r, oid->hash,
- alloc_tree_node(r));
+ return create_object(r, oid, alloc_tree_node(r));
return object_as_type(r, obj, OBJ_TREE, 0);
}