X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8fc0c81bbbed21ee30e8a48b2ab1066a029b7b32..bfabd4519c80f39eedba3dd5d522563899e364c9:/parsing.c diff --git a/parsing.c b/parsing.c index 7b3980e..93b4767 100644 --- a/parsing.c +++ b/parsing.c @@ -129,7 +129,7 @@ struct commitinfo *cgit_parse_commit(struct commit *commit) { const int sha1hex_len = 40; struct commitinfo *ret; - const char *p = get_cached_commit_buffer(the_repository, commit, NULL); + const char *p = repo_get_commit_buffer(the_repository, commit, NULL); const char *t; ret = xcalloc(1, sizeof(struct commitinfo));