mirror of
https://git.zx2c4.com/cgit
synced 2025-06-26 11:48:40 +02:00
Add support for 'enable-gitweb-owner' option
When this option is enabled (which it is by default), cgit will lookup the 'gitweb.owner' setting in each git config file found when processing the 'scan-path' option. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
2e4a941626
commit
119397b175
4 changed files with 33 additions and 9 deletions
1
cgit.h
1
cgit.h
|
@ -183,6 +183,7 @@ struct cgit_config {
|
|||
int cache_static_ttl;
|
||||
int embedded;
|
||||
int enable_filter_overrides;
|
||||
int enable_gitweb_owner;
|
||||
int enable_index_links;
|
||||
int enable_log_filecount;
|
||||
int enable_log_linecount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue