Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dl/complete-cherry-pick-revert-skip'
[gitweb.git]
/
streaming.c
diff --git
a/streaming.c
b/streaming.c
index 998e6285d7f0def874c53eb1ca0a745e618bd824..fcd63032192ff4056946ce3a0a266c7fb021353b 100644
(file)
--- a/
streaming.c
+++ b/
streaming.c
@@
-499,7
+499,7
@@
static struct stream_vtbl incore_vtbl = {
static open_method_decl(incore)
{
- st->u.incore.buf = read_object_file_extended(oid, type, &st->size, 0);
+ st->u.incore.buf = read_object_file_extended(
the_repository,
oid, type, &st->size, 0);
st->u.incore.read_ptr = 0;
st->vtbl = &incore_vtbl;