diff options
author | Case Duckworth | 2022-06-09 17:42:50 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-09 17:42:50 -0500 |
commit | 777290d3025d8ca6b2f00267f83a72a929a4da96 (patch) | |
tree | 3b88d04cf0762f9d6b09e6fb8f38a783e9e19203 /cgit.h | |
parent | Add file-local variables (diff) | |
parent | Apply default-tab patch (diff) | |
download | cgit-777290d3025d8ca6b2f00267f83a72a929a4da96.tar.gz cgit-777290d3025d8ca6b2f00267f83a72a929a4da96.zip |
Merge branch 'master' into configured
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index 72fcd84..4cd5fc3 100644 --- a/cgit.h +++ b/cgit.h | |||
@@ -86,6 +86,7 @@ struct cgit_repo { | |||
86 | char *owner; | 86 | char *owner; |
87 | char *homepage; | 87 | char *homepage; |
88 | char *defbranch; | 88 | char *defbranch; |
89 | char *default_tab; | ||
89 | char *module_link; | 90 | char *module_link; |
90 | struct string_list readme; | 91 | struct string_list readme; |
91 | char *section; | 92 | char *section; |
@@ -215,6 +216,8 @@ struct cgit_config { | |||
215 | char *repository_sort; | 216 | char *repository_sort; |
216 | char *virtual_root; /* Always ends with '/'. */ | 217 | char *virtual_root; /* Always ends with '/'. */ |
217 | char *strict_export; | 218 | char *strict_export; |
219 | char *default_tab; | ||
220 | char *root_default_tab; | ||
218 | int cache_size; | 221 | int cache_size; |
219 | int cache_dynamic_ttl; | 222 | int cache_dynamic_ttl; |
220 | int cache_max_create_time; | 223 | int cache_max_create_time; |