aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2010-09-19 18:43:58 +0200
committerLars Hjemli <hjemli@gmail.com>2010-09-19 18:43:58 +0200
commite76a1ea427792aaa331cdec70d7d4ff1fb3422e0 (patch)
treefaeee0c46a2d470b29b46481f74070557e3fdb8d /cgit.h
parentUse GIT-1.7.3 (diff)
parentAdd support for "readme" option (diff)
downloadcgit-e76a1ea427792aaa331cdec70d7d4ff1fb3422e0.tar.xz
cgit-e76a1ea427792aaa331cdec70d7d4ff1fb3422e0.zip
Merge branch 'lh/readme'
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 4090cd4..72fb1c7 100644
--- a/cgit.h
+++ b/cgit.h
@@ -168,6 +168,7 @@ struct cgit_config {
char *logo_link;
char *module_link;
char *project_list;
+ char *readme;
char *robots;
char *root_title;
char *root_desc;