Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.c b/cgit.c index e281aa9..167b5dd 100644 --- a/ cgit.c+++ b/ cgit.c |
|
@@ -268,8 +268,9 @@ static void prepare_context(struct cgit_context *ctx) |
268 | ctx->cfg.robots = "index, nofollow"; |
268 | ctx->cfg.robots = "index, nofollow"; |
269 | ctx->cfg.root_title = "Git repository browser"; |
269 | ctx->cfg.root_title = "Git repository browser"; |
270 | ctx->cfg.root_desc = "a fast webinterface for the git dscm"; |
270 | ctx->cfg.root_desc = "a fast webinterface for the git dscm"; |
271 | ctx->cfg.script_name = CGIT_SCRIPT_NAME; |
271 | ctx->cfg.script_name = CGIT_SCRIPT_NAME; |
| |
272 | ctx->cfg.section = ""; |
272 | ctx->cfg.summary_branches = 10; |
273 | ctx->cfg.summary_branches = 10; |
273 | ctx->cfg.summary_log = 10; |
274 | ctx->cfg.summary_log = 10; |
274 | ctx->cfg.summary_tags = 10; |
275 | ctx->cfg.summary_tags = 10; |
275 | ctx->env.cgit_config = xstrdupn(getenv("CGIT_CONFIG")); |
276 | ctx->env.cgit_config = xstrdupn(getenv("CGIT_CONFIG")); |
|