sha1-name.c: remove implicit dependency on the_index
[gitweb.git] / builtin / log.c
index e8e51068bd903c01e12207637d59d80ea940bf2d..dbfb4e31ad7e031d41ef2b9718336c788a96e806 100644 (file)
@@ -508,7 +508,8 @@ static int show_blob_object(const struct object_id *oid, struct rev_info *rev, c
            !rev->diffopt.flags.allow_textconv)
                return stream_blob_to_fd(1, oid, NULL, 0);
 
-       if (get_oid_with_context(obj_name, GET_OID_RECORD_PATH,
+       if (get_oid_with_context(the_repository, obj_name,
+                                GET_OID_RECORD_PATH,
                                 &oidc, &obj_context))
                die(_("Not a valid object name %s"), obj_name);
        if (!obj_context.path ||