]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-refs.c
Add possibility to switch between unidiff and side-by-side-diff.
[ps-cgit] / ui-refs.c
index d3b4f6e478aab81b9f59dbac3536ce1b7eb6344e..33d9bec2d8debc53c6b6c66cdd78b97e6cb45b03 100644 (file)
--- a/ui-refs.c
+++ b/ui-refs.c
@@ -74,7 +74,7 @@ static int print_branch(struct refinfo *ref)
        html("</td><td>");
 
        if (ref->object->type == OBJ_COMMIT) {
-               cgit_commit_link(info->subject, NULL, NULL, name, NULL);
+               cgit_commit_link(info->subject, NULL, NULL, name, NULL, 0);
                html("</td><td>");
                html_txt(info->author);
                html("</td><td colspan='2'>");