]> git.ipfire.org Git - thirdparty/git.git/blobdiff - streaming.c
Merge branch 'nd/help-align-command-desc'
[thirdparty/git.git] / streaming.c
index 998e6285d7f0def874c53eb1ca0a745e618bd824..fcd63032192ff4056946ce3a0a266c7fb021353b 100644 (file)
@@ -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;