From 7dd50c98d73bf6c579b8ce5893739a2d0ffc00d5 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 28 Jan 2007 12:17:03 +0100 Subject: 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 --- cgit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 9b517a7..a3b5385 100644 --- a/cgit.h +++ b/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; -- cgit v1.2.1