X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/39c2e224d3c55dfa1a7668399897be295be07dc7..bf8293d3196d49d6c4a48b254a04415183ca2762:/ui-log.c diff --git a/ui-log.c b/ui-log.c index 7f38d2a..0536b23 100644 --- a/ui-log.c +++ b/ui-log.c @@ -112,7 +112,7 @@ void print_commit(struct commit *commit) html("\n"); if (ctx.qry.showmsg) { struct strbuf notes = STRBUF_INIT; - get_commit_notes(commit, ¬es, PAGE_ENCODING, 0); + format_note(NULL, commit->object.sha1, ¬es, PAGE_ENCODING, 0); if (ctx.repo->enable_log_filecount) { cols++;