diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2010-07-29 20:38:01 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-08-04 03:09:32 +0200 |
commit | 119397b175874bd606952e93b7249ae4ffb9afbe (patch) | |
tree | 98f6a7d5661a52120c11088ee474a2a5d7449f60 /cgit.h | |
parent | 2e4a941626c240bc7858aa7564882c01f657f4e8 (diff) | |
download | cgit-119397b175874bd606952e93b7249ae4ffb9afbe.tar.gz cgit-119397b175874bd606952e93b7249ae4ffb9afbe.tar.bz2 cgit-119397b175874bd606952e93b7249ae4ffb9afbe.zip |
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>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |