Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote-curl: accept compressed responses with protocol v2
[gitweb.git]
/
object.c
diff --git
a/object.c
b/object.c
index 998ec2a25f4c28cf65c7c007e4fde1c1c9073e63..66cffaf6e516f181fa391ddab125fdc16cc71cb5 100644
(file)
--- a/
object.c
+++ b/
object.c
@@
-247,7
+247,7
@@
struct object *parse_object(const struct object_id *oid)
unsigned long size;
enum object_type type;
int eaten;
- const struct object_id *repl = lookup_replace_object(oid);
+ const struct object_id *repl = lookup_replace_object(
the_repository,
oid);
void *buffer;
struct object *obj;