X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/aec9c245e7eaf444c7ae1851e3eda3b30748950f..6940b23b9e4698ba466a4616e4de77b986560ad3:/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++;