diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-01-28 20:17:03 (JST) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-01-28 20:17:03 (JST) |
commit | 7dd50c98d73bf6c579b8ce5893739a2d0ffc00d5 (patch) | |
tree | 17f0e21c129723468a1f291faba52580993a39b1 /cgit.h | |
parent | d8b0cca2606f8919208ea68549ff60c6e5fe91bb (diff) | |
download | cgit-7dd50c98d73bf6c579b8ce5893739a2d0ffc00d5.zip cgit-7dd50c98d73bf6c579b8ce5893739a2d0ffc00d5.tar.gz |
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>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ extern int cgit_cache_dynamic_ttl; | |||
52 | extern int cgit_cache_static_ttl; | 52 | extern int cgit_cache_static_ttl; |
53 | extern int cgit_cache_max_create_time; | 53 | extern int cgit_cache_max_create_time; |
54 | 54 | ||
55 | extern int cgit_max_msg_len; | ||
56 | |||
55 | extern char *cgit_repo_name; | 57 | extern char *cgit_repo_name; |
56 | extern char *cgit_repo_desc; | 58 | extern char *cgit_repo_desc; |
57 | extern char *cgit_repo_owner; | 59 | extern char *cgit_repo_owner; |