mirror of
https://git.zx2c4.com/cgit
synced 2025-07-30 15:45:06 +02:00
Add parameter to adjust max message length in log listings
The parameter "max-message-length" can be specified in cgitrc, default value is 60. This affects the log message shown in repo summary and shortlog. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
d8b0cca260
commit
7dd50c98d7
4 changed files with 8 additions and 2 deletions
2
cgit.h
2
cgit.h
|
@ -52,6 +52,8 @@ extern int cgit_cache_dynamic_ttl;
|
|||
extern int cgit_cache_static_ttl;
|
||||
extern int cgit_cache_max_create_time;
|
||||
|
||||
extern int cgit_max_msg_len;
|
||||
|
||||
extern char *cgit_repo_name;
|
||||
extern char *cgit_repo_desc;
|
||||
extern char *cgit_repo_owner;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue