mirror of
https://git.zx2c4.com/cgit
synced 2025-08-01 16:44:44 +02:00
Add config option 'enable-filter-overrides'
This option must be enabled if repo-specific cgitrc files should be allowed to override any of the 'filter' options. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
007df98d21
commit
2273c2c821
3 changed files with 26 additions and 11 deletions
1
cgit.h
1
cgit.h
|
@ -174,6 +174,7 @@ struct cgit_config {
|
|||
int cache_scanrc_ttl;
|
||||
int cache_static_ttl;
|
||||
int embedded;
|
||||
int enable_filter_overrides;
|
||||
int enable_index_links;
|
||||
int enable_log_filecount;
|
||||
int enable_log_linecount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue