mirror of
https://git.zx2c4.com/cgit
synced 2025-06-29 21:04:32 +02:00
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>
This commit is contained in:
parent
ef1cc6ef94
commit
fe211c7eef
3 changed files with 11 additions and 3 deletions
1
cgit.h
1
cgit.h
|
@ -143,6 +143,7 @@ extern int cgit_cache_dynamic_ttl;
|
|||
extern int cgit_cache_static_ttl;
|
||||
extern int cgit_cache_max_create_time;
|
||||
extern int cgit_summary_log;
|
||||
extern int cgit_summary_tags;
|
||||
|
||||
extern int cgit_max_msg_len;
|
||||
extern int cgit_max_repodesc_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue