X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/bc2f5a6d53fa8ec1dee3335dd6de4650f834231b..a92678b5f119811bccaca9c31b779c5ceed95572:/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);