about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli2010-08-21 15:08:01 +0200
committerLars Hjemli2010-08-22 13:35:47 +0200
commit515edb0da3b9156e07e269621d7474cdea82acaf (patch)
treee5fed5e83f29166c23216437386e10070e1d258d /cgit.h
parentUse GIT-1.7.2.2 (diff)
downloadcgit-515edb0da3b9156e07e269621d7474cdea82acaf.tar.gz
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 {
168 char *logo_link; 168 char *logo_link;
169 char *module_link; 169 char *module_link;
170 char *project_list; 170 char *project_list;
171 char *readme;
171 char *robots; 172 char *robots;
172 char *root_title; 173 char *root_title;
173 char *root_desc; 174 char *root_desc;