Merge branch 'full-log'

Conflicts:
	cgit.c
	cgit.h
This commit is contained in:
Lars Hjemli
2008-12-06 11:37:37 +01:00
9개의 변경된 파일61개의 추가작업 그리고 13개의 파일을 삭제

파일 보기

@@ -257,7 +257,7 @@ void cgit_print_repolist()
html("<td>");
cgit_summary_link("summary", NULL, "button", NULL);
cgit_log_link("log", NULL, "button", NULL, NULL, NULL,
0, NULL, NULL);
0, NULL, NULL, ctx.qry.showmsg);
cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL);
html("</td>");
}