diff options
author | Aaron Griffin <agriffin@datalogics.com> | 2010-02-05 09:08:16 (JST) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-03-23 07:46:00 (JST) |
commit | 80476b0d2873eb212fad38487fd6189bd6629cbe (patch) | |
tree | bdacb5527659ebb8296e95dfbe3ea5f74fe3a9ac /cgit.h | |
parent | 65ced7c00907af7e8bd5d239a4fa854a84535520 (diff) | |
download | cgit-80476b0d2873eb212fad38487fd6189bd6629cbe.zip cgit-80476b0d2873eb212fad38487fd6189bd6629cbe.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -184,6 +184,7 @@ struct cgit_config { | |||
184 | int enable_remote_branches; | 184 | int enable_remote_branches; |
185 | int enable_tree_linenumbers; | 185 | int enable_tree_linenumbers; |
186 | int local_time; | 186 | int local_time; |
187 | int max_atom_items; | ||
187 | int max_repo_count; | 188 | int max_repo_count; |
188 | int max_commit_count; | 189 | int max_commit_count; |
189 | int max_lock_attempts; | 190 | int max_lock_attempts; |