aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2010-08-21 15:08:01 +0200
committerLars Hjemli <hjemli@gmail.com>2010-08-22 13:35:47 +0200
commit515edb0da3b9156e07e269621d7474cdea82acaf (patch)
treee5fed5e83f29166c23216437386e10070e1d258d /cgit.h
parentUse GIT-1.7.2.2 (diff)
downloadcgit-515edb0da3b9156e07e269621d7474cdea82acaf.tar.xz
cgit-515edb0da3b9156e07e269621d7474cdea82acaf.zip
Add support for "readme" option
The value of this option is used as the default value for repo.readme. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
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;