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>
此提交包含在:
Jason A. Donenfeld
2010-07-29 20:38:01 +02:00
提交者 Lars Hjemli
父節點 2e4a941626
當前提交 119397b175
共有 4 個檔案被更改,包括 33 行新增9 行删除

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;