X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1c32e008c8fda46f812c38f46ae7515bcf8002ee..849ecd961df9454d6f849eac34e6f501395c4f01:/ui-commit.c diff --git a/ui-commit.c b/ui-commit.c index 0783285..5a552a1 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -36,7 +36,8 @@ void cgit_print_commit(char *hex, const char *prefix) } info = cgit_parse_commit(commit); - format_note(NULL, sha1, ¬es, PAGE_ENCODING, 0); + init_display_notes(NULL); + format_display_notes(sha1, ¬es, PAGE_ENCODING, 0); load_ref_decorations(DECORATE_FULL_REFS);