]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-commit.c
Merge branch 'stable'
[cgit.git] / ui-commit.c
index 45af45046a1d48e1759a18d04c51a6a77c693ae8..2b4f677832e2aa0e85e305f3ee5ada1f7de07e2c 100644 (file)
@@ -36,7 +36,7 @@ void cgit_print_commit(char *hex, const char *prefix)
        }
        info = cgit_parse_commit(commit);
 
-       get_commit_notes(commit, &notes, PAGE_ENCODING, 0);
+       format_note(NULL, sha1, &notes, PAGE_ENCODING, 0);
 
        load_ref_decorations(DECORATE_FULL_REFS);