]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/fast-export.c
blob: add repository argument to lookup_blob
[thirdparty/git.git] / builtin / fast-export.c
index 03a2e4b79e6a4937d2679a9fe79c5a307605783e..7d6b1d8aea23d2f229953fc4ae23cc10f428711d 100644 (file)
@@ -236,7 +236,7 @@ static void export_blob(const struct object_id *oid)
 
        if (anonymize) {
                buf = anonymize_blob(&size);
-               object = (struct object *)lookup_blob(oid);
+               object = (struct object *)lookup_blob(the_repository, oid);
                eaten = 0;
        } else {
                buf = read_object_file(oid, &type, &size);