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:
Jason A. Donenfeld 2010-07-29 20:38:01 +02:00 committed by Lars Hjemli
parent 2e4a941626
commit 119397b175
4 changed files with 33 additions and 9 deletions

1
cgit.h
View file

@ -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;