diff options
Diffstat (limited to 'ui-refs.c')
-rw-r--r-- | ui-refs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ static int print_branch(struct refinfo *ref) | |||
63 | return 1; | 63 | return 1; |
64 | html("<tr><td>"); | 64 | html("<tr><td>"); |
65 | cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0, NULL, NULL, | 65 | cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0, NULL, NULL, |
66 | ctx.qry.showmsg); | 66 | ctx.qry.showmsg, 0); |
67 | html("</td><td>"); | 67 | html("</td><td>"); |
68 | 68 | ||
69 | if (ref->object->type == OBJ_COMMIT) { | 69 | if (ref->object->type == OBJ_COMMIT) { |