aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-08-24 08:53:21 +0200
committerLars Hjemli <hjemli@gmail.com>2009-08-24 10:22:59 +0200
commit2273c2c821bfc77d492d7e97ae38f162d7fc91aa (patch)
tree688acf38d828122c86af88585cd89dbf23efc239 /cgit.h
parentcgitrc.5.txt: fix markup errors (diff)
downloadcgit-2273c2c821bfc77d492d7e97ae38f162d7fc91aa.tar.xz
cgit-2273c2c821bfc77d492d7e97ae38f162d7fc91aa.zip
Add config option 'enable-filter-overrides'
This option must be enabled if repo-specific cgitrc files should be allowed to override any of the 'filter' options. 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 3359be9..ef109aa 100644
--- a/cgit.h
+++ b/cgit.h
@@ -174,6 +174,7 @@ struct cgit_config {
int cache_scanrc_ttl;
int cache_static_ttl;
int embedded;
+ int enable_filter_overrides;
int enable_index_links;
int enable_log_filecount;
int enable_log_linecount;