author | Lars Hjemli <hjemli@gmail.com> | 2007-10-25 08:40:16 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-10-27 08:53:27 (UTC) |
commit | fe211c7eef6c7d3e39486d6a7484d3b4debff88f (patch) (unidiff) | |
tree | 1b77d4b541cd5848ae1ad8d48e17e7d0f1a8b017 /cgit.h | |
parent | ef1cc6ef941cedf2e34fa1ed34ca8cd8a0cfdacc (diff) | |
download | cgit-fe211c7eef6c7d3e39486d6a7484d3b4debff88f.zip cgit-fe211c7eef6c7d3e39486d6a7484d3b4debff88f.tar.gz cgit-fe211c7eef6c7d3e39486d6a7484d3b4debff88f.tar.bz2 |
Add support for config param summary-tags
This parameter can be used to specify max number of tags to show on
the summary page. If not specified, all tags are printed.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,8 +142,9 @@ extern int cgit_cache_repo_ttl; | |||
142 | extern int cgit_cache_dynamic_ttl; | 142 | extern int cgit_cache_dynamic_ttl; |
143 | extern int cgit_cache_static_ttl; | 143 | extern int cgit_cache_static_ttl; |
144 | extern int cgit_cache_max_create_time; | 144 | extern int cgit_cache_max_create_time; |
145 | extern int cgit_summary_log; | 145 | extern int cgit_summary_log; |
146 | extern int cgit_summary_tags; | ||
146 | 147 | ||
147 | extern int cgit_max_msg_len; | 148 | extern int cgit_max_msg_len; |
148 | extern int cgit_max_repodesc_len; | 149 | extern int cgit_max_repodesc_len; |
149 | extern int cgit_max_commit_count; | 150 | extern int cgit_max_commit_count; |