Merge branch 'lh/mimetypes'

This commit is contained in:
Lars Hjemli
2009-08-09 13:45:36 +02:00
當前提交 17e3ff4264
共有 4 個文件被更改,包括 45 次插入5 次删除

2
cgit.h
查看文件

@ -15,6 +15,7 @@
#include <revision.h>
#include <log-tree.h>
#include <archive.h>
#include <string-list.h>
#include <xdiff-interface.h>
#include <xdiff/xdiff.h>
#include <utf8.h>
@ -175,6 +176,7 @@ struct cgit_config {
int summary_branches;
int summary_log;
int summary_tags;
struct string_list mimetypes;
};
struct cgit_page {