]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
ui-log: add support for showing the full commit message
[ps-cgit] / ui-repolist.c
index c23232c36ac1a02194ac8b3c0c833d9e0bc18725..58331404b7e45482fd3162e6c5f624c89b4c7959 100644 (file)
@@ -146,7 +146,7 @@ void cgit_print_repolist()
                        html("<td>");
                        cgit_summary_link("summary", NULL, "button", NULL);
                        cgit_log_link("log", NULL, "button", NULL, NULL, NULL,
-                                     0, NULL, NULL);
+                                     0, NULL, NULL, ctx.qry.showmsg);
                        cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL);
                        html("</td>");
                }