X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7b5cee65fd9cf31e4f19ce4ff613778cb95512a9..0274b57d55a12ed38259757dbfae96b79cfa2e0b:/ui-refs.c diff --git a/ui-refs.c b/ui-refs.c index 32e0429..7eb16d5 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) {