]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-summary.c
ui-log: Line-wrap long commit subjects when showmsg is enabled
[ps-cgit] / ui-summary.c
index b203bccfabeab67d3e4043d1b26344775aca419c..5be2545c398ca7f7ac715991e58b90b52f32e636 100644 (file)
@@ -59,7 +59,7 @@ void cgit_print_summary()
        if (ctx.cfg.summary_log > 0) {
                html("<tr class='nohover'><td colspan='4'>&nbsp;</td></tr>");
                cgit_print_log(ctx.qry.head, 0, ctx.cfg.summary_log, NULL,
-                              NULL, NULL, 0);
+                              NULL, NULL, 0, 0);
        }
        if (ctx.repo->clone_url)
                print_urls(ctx.repo->clone_url, NULL);