about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
authorJason A. Donenfeld2010-07-29 20:38:01 +0200
committerLars Hjemli2010-08-04 03:09:32 +0200
commit119397b175874bd606952e93b7249ae4ffb9afbe (patch)
tree98f6a7d5661a52120c11088ee474a2a5d7449f60 /cgit.h
parentAdd support for 'remove-suffix' option (diff)
downloadcgit-119397b175874bd606952e93b7249ae4ffb9afbe.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index ada8535..232099d 100644 --- a/cgit.h +++ b/cgit.h
@@ -183,6 +183,7 @@ struct cgit_config {
183 int cache_static_ttl; 183 int cache_static_ttl;
184 int embedded; 184 int embedded;
185 int enable_filter_overrides; 185 int enable_filter_overrides;
186 int enable_gitweb_owner;
186 int enable_index_links; 187 int enable_index_links;
187 int enable_log_filecount; 188 int enable_log_filecount;
188 int enable_log_linecount; 189 int enable_log_linecount;