Merge branch 'lh/mimetypes'

Цей коміт міститься в:
Lars Hjemli
2009-08-09 13:45:36 +02:00
джерело b4c3562f57 c4d46c7035
коміт 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 {