about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli2012-03-18 21:01:28 +0000
committerLars Hjemli2012-03-18 21:01:28 +0000
commitae90a0b2d18d66e7b1cb98b2e34fd697f8b5311a (patch)
tree0a2dd27e9d527914019026a9860c93c879b35cd7 /cgit.h
parentMerge branch 'jp/defbranch' (diff)
parentui_plain: automatically lookup mimetype when mimetype-file is set (diff)
downloadcgit-ae90a0b2d18d66e7b1cb98b2e34fd697f8b5311a.tar.gz
cgit-ae90a0b2d18d66e7b1cb98b2e34fd697f8b5311a.zip
Merge branch 'fh/mimetypes'
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index b7c7ac9..6ee6769 100644 --- a/cgit.h +++ b/cgit.h
@@ -177,6 +177,7 @@ struct cgit_config {
177 char *index_info; 177 char *index_info;
178 char *logo; 178 char *logo;
179 char *logo_link; 179 char *logo_link;
180 char *mimetype_file;
180 char *module_link; 181 char *module_link;
181 char *project_list; 182 char *project_list;
182 char *readme; 183 char *readme;