Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
for_each_*_object: move declarations to object-store.h
[gitweb.git]
/
refs.c
diff --git
a/refs.c
b/refs.c
index 08fb5a99148ab903f8c049479d227392b78775f7..457fb78057a9375eb2b2cda44214a1705a28fc1e 100644
(file)
--- a/
refs.c
+++ b/
refs.c
@@
-305,7
+305,7
@@
enum peel_status peel_object(const struct object_id *name, struct object_id *oid
if (o->type == OBJ_NONE) {
int type = oid_object_info(the_repository, name, NULL);
- if (type < 0 || !object_as_type(o, type, 0))
+ if (type < 0 || !object_as_type(
the_repository,
o, type, 0))
return PEEL_INVALID;
}