]> gitweb.ps.run Git - ps-cgit/blobdiff - parsing.c
git: update to v2.41.0
[ps-cgit] / parsing.c
index 72b59b3c46a6c52aadd1134f215c8ce3f274d392..dc44ffde3ae5000f4297b866484db99ddaa97c72 100644 (file)
--- a/parsing.c
+++ b/parsing.c
@@ -198,7 +198,7 @@ struct taginfo *cgit_parse_tag(struct tag *tag)
        const char *p;
        struct taginfo *ret = NULL;
 
-       data = read_object_file(&tag->object.oid, &type, &size);
+       data = repo_read_object_file(the_repository, &tag->object.oid, &type, &size);
        if (!data || type != OBJ_TAG)
                goto cleanup;