]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-log.c
Merge branch 'stable'
[ps-cgit] / ui-log.c
index 7f38d2acb41dc9fe451c3ba9f133eb81794b71d9..0536b23ebaa1705e627dca637b742dbb713d053f 100644 (file)
--- a/ui-log.c
+++ b/ui-log.c
@@ -112,7 +112,7 @@ void print_commit(struct commit *commit)
        html("</td></tr>\n");
        if (ctx.qry.showmsg) {
                struct strbuf notes = STRBUF_INIT;
-               get_commit_notes(commit, &notes, PAGE_ENCODING, 0);
+               format_note(NULL, commit->object.sha1, &notes, PAGE_ENCODING, 0);
 
                if (ctx.repo->enable_log_filecount) {
                        cols++;