]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-refs.c
Merge branch 'full-log'
[ps-cgit] / ui-refs.c
index 0805fc8e00522373e8527580eb9e12cec5d4cc4d..d61ee7c8d150d1adf5da535148bf9a1114f1440a 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) {