diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-01-28 12:17:03 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-01-28 12:17:03 +0100 |
commit | 7dd50c98d73bf6c579b8ce5893739a2d0ffc00d5 (patch) | |
tree | 17f0e21c129723468a1f291faba52580993a39b1 /cgit.h | |
parent | Set explicit font size (diff) | |
download | cgit-pink-7dd50c98d73bf6c579b8ce5893739a2d0ffc00d5.tar.gz cgit-pink-7dd50c98d73bf6c579b8ce5893739a2d0ffc00d5.zip |
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
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; |