Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/use-bug-macro'
[gitweb.git]
/
streaming.c
diff --git
a/streaming.c
b/streaming.c
index cce7b17ea7b3c1328fc8969a42be7399f1706141..d1e6b2dce6877cb1407ac9d38e65d8b2bae25daa 100644
(file)
--- a/
streaming.c
+++ b/
streaming.c
@@
-117,7
+117,7
@@
static enum input_source istream_source(const struct object_id *oid,
oi->typep = type;
oi->sizep = &size;
- status = oid_object_info_extended(oid, oi, 0);
+ status = oid_object_info_extended(
the_repository,
oid, oi, 0);
if (status < 0)
return stream_error;