]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-refs.c
log: allow users to follow a file
[ps-cgit] / ui-refs.c
index d3d71dd0d9a6aa18c7ead4cdabcce672b606f310..73a187be5b0c502facefced6720d26d3e1601eb2 100644 (file)
--- a/ui-refs.c
+++ b/ui-refs.c
@@ -63,7 +63,7 @@ static int print_branch(struct refinfo *ref)
                return 1;
        html("<tr><td>");
        cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0, NULL, NULL,
-                     ctx.qry.showmsg);
+                     ctx.qry.showmsg, 0);
        html("</td><td>");
 
        if (ref->object->type == OBJ_COMMIT) {