aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2025-04-02 21:00:51 +0200
committerjustanothercatgirl <sotov@twistea.su>2025-04-02 21:00:51 +0200
commitd946c8cf11385f5766e827ae71b3fc798750a335 (patch)
tree52105e039563e264cbaf84a0bda6cd1df7945b30 /cgit.h
parent09d24d7cd0b7e85633f2f43808b12871bb209d69 (diff)
Added default_index config parameter.HEADmaster
Note: currently breaks repos that contain no 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 e0d286d..6c7f056 100644
--- a/cgit.h
+++ b/cgit.h
@@ -200,6 +200,7 @@ struct cgit_config {
char *cache_root;
char *clone_prefix;
char *clone_url;
+ char *default_index;
char *favicon;
char *footer;
char *head_include;