X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7421857b4da9b8523032f08824bca9f3e3ebec4e..3fbaf097153b239b092d11a178ace96671f9f3ec:/cgit.c diff --git a/cgit.c b/cgit.c index 2118675..9eb2535 100644 --- a/cgit.c +++ b/cgit.c @@ -343,7 +343,6 @@ 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;