aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorAaron Griffin <agriffin@datalogics.com>2010-02-04 18:08:16 -0600
committerLars Hjemli <hjemli@gmail.com>2010-03-22 23:46:00 +0100
commit80476b0d2873eb212fad38487fd6189bd6629cbe (patch)
treebdacb5527659ebb8296e95dfbe3ea5f74fe3a9ac /cgit.h
parentAdd all=1 query param for atom feeds (diff)
downloadcgit-80476b0d2873eb212fad38487fd6189bd6629cbe.tar.xz
cgit-80476b0d2873eb212fad38487fd6189bd6629cbe.zip
Add 'max-atom-items' config variable
This allows one to specify the items in the RSS feeds Signed-off-by: Aaron Griffin <agriffin@datalogics.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 478aebb..7fafb58 100644
--- a/cgit.h
+++ b/cgit.h
@@ -184,6 +184,7 @@ struct cgit_config {
int enable_remote_branches;
int enable_tree_linenumbers;
int local_time;
+ int max_atom_items;
int max_repo_count;
int max_commit_count;
int max_lock_attempts;