Unidiff1 files changed, 5 insertions, 2 deletions
|
diff --git a/cgit.c b/cgit.c index cefeddf..e2d5edb 100644 --- a/ cgit.c+++ b/ cgit.c |
|
@@ -172,4 +172,4 @@ static void prepare_context(struct cgit_context *ctx) |
172 | ctx->cfg.max_lock_attempts = 5; |
172 | ctx->cfg.max_lock_attempts = 5; |
173 | ctx->cfg.max_msg_len = 60; |
173 | ctx->cfg.max_msg_len = 80; |
174 | ctx->cfg.max_repodesc_len = 60; |
174 | ctx->cfg.max_repodesc_len = 80; |
175 | ctx->cfg.module_link = "./?repo=%s&page=commit&id=%s"; |
175 | ctx->cfg.module_link = "./?repo=%s&page=commit&id=%s"; |
@@ -180,2 +180,5 @@ static void prepare_context(struct cgit_context *ctx) |
180 | ctx->cfg.script_name = CGIT_SCRIPT_NAME; |
180 | ctx->cfg.script_name = CGIT_SCRIPT_NAME; |
| |
181 | ctx->cfg.summary_branches = 10; |
| |
182 | ctx->cfg.summary_log = 10; |
| |
183 | ctx->cfg.summary_tags = 10; |
181 | ctx->page.mimetype = "text/html"; |
184 | ctx->page.mimetype = "text/html"; |
|