X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/6596268576a4f5fe2f5c8a3238856b0fb205ff76..3c32fe07717f27fc891b66ccd06057fb810d03ad:/ui-refs.c?ds=inline diff --git a/ui-refs.c b/ui-refs.c index 0805fc8..d61ee7c 100644 --- a/ui-refs.c +++ b/ui-refs.c @@ -58,7 +58,8 @@ static int print_branch(struct refinfo *ref) if (!info) return 1; html(""); - 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(""); if (ref->object->type == OBJ_COMMIT) {