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>
This commit is contained in:
Lars Hjemli 2010-08-21 15:08:01 +02:00
parent 6d7552bc07
commit 515edb0da3
6 changed files with 43 additions and 24 deletions

1
cgit.h
View file

@ -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;