]> git.cameronkatri.com Git - cgit.git/blobdiff - parsing.c
tests: skip tests if strace is not functional
[cgit.git] / parsing.c
index 7b3980e6b1d0dca661183ddfcb45ab491354ce2d..93b4767ee57f2c7d66a01a0daf718d366d204b1a 100644 (file)
--- 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));