]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-refs.c
ui-log: add support for showing the full commit message
[ps-cgit] / ui-refs.c
index 32e0429242776e7d48e7666a1d585a2dca58685a..7eb16d58c1097f2f2e3c5cfb625d7814caea34cb 100644 (file)
--- a/ui-refs.c
+++ b/ui-refs.c
@@ -58,7 +58,8 @@ static int print_branch(struct refinfo *ref)
        if (!info)
                return 1;
        html("<tr><td>");
-       cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0, NULL, NULL);
+       cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0, NULL, NULL,
+                     ctx.qry.showmsg);
        html("</td><td>");
 
        if (ref->object->type == OBJ_COMMIT) {