From f4f6210b4f9c214dc247567bbd06b1135c9ecd06 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 08 Dec 2009 18:32:48 +0000 Subject: Merge branch 'ro/ssdiff' --- (limited to 'ui-refs.c') diff --git a/ui-refs.c b/ui-refs.c index d3b4f6e..33d9bec 100644 --- a/ui-refs.c +++ b/ui-refs.c @@ -74,7 +74,7 @@ static int print_branch(struct refinfo *ref) html(""); 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(""); html_txt(info->author); html(""); -- cgit v0.9.0.2