Merge branch 'full-log'

Conflicts:
	cgit.c
	cgit.h
This commit is contained in:
Lars Hjemli
2008-12-06 11:37:37 +01:00
當前提交 3c32fe0771
共有 9 個文件被更改,包括 61 次插入13 次删除

查看文件

@ -58,7 +58,8 @@ static int print_branch(struct refinfo *ref)
if (!info)
return 1;
html("<tr><td>");
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("</td><td>");
if (ref->object->type == OBJ_COMMIT) {