Diffstat (limited to 'cgit.c')
| -rw-r--r-- | cgit.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -343,6 +343,7 @@ static void prepare_context(struct cgit_context *ctx) ctx->cfg.max_repodesc_len = 80; ctx->cfg.max_blob_size = 0; ctx->cfg.max_stats = 0; + ctx->cfg.module_link = "./?repo=%s&page=commit&id=%s"; ctx->cfg.project_list = NULL; ctx->cfg.renamelimit = -1; ctx->cfg.remove_suffix = 0; |