From 515edb0da3b9156e07e269621d7474cdea82acaf Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 21 Aug 2010 15:08:01 +0200 Subject: Add support for "readme" option The value of this option is used as the default value for repo.readme. Signed-off-by: Lars Hjemli --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') 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; -- cgit v1.2.3-59-g8ed1b