X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/73e13e2bf7b7e794e6df9ac170452a8991137d08..4b4a62d507adc61e20e75e2748301ef307a6c95f:/ui-commit.c diff --git a/ui-commit.c b/ui-commit.c index 536a8e8..8310ce6 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -7,6 +7,7 @@ */ #include "cgit.h" +#include "ui-commit.h" #include "html.h" #include "ui-shared.h" #include "ui-diff.h" @@ -36,10 +37,11 @@ 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); - + cgit_print_diff_ctrls(); html("
| author | "); @@ -74,8 +76,9 @@ void cgit_print_commit(char *hex, const char *prefix) html(" /"); cgit_tree_link(prefix, NULL, NULL, ctx.qry.head, tmp, prefix); } + free(tmp); html(" | |
|---|---|---|
| "); | ||