about summary refs log tree commit diff stats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c index 40825cb..8a76c84 100644 --- a/cgit.c +++ b/cgit.c
@@ -378,7 +378,7 @@ static void prepare_context(void)
378 ctx.cfg.commit_sort = 0; 378 ctx.cfg.commit_sort = 0;
379 ctx.cfg.css = "/cgit.css"; 379 ctx.cfg.css = "/cgit.css";
380 ctx.cfg.logo = "/cgit.png"; 380 ctx.cfg.logo = "/cgit.png";
381 ctx.cfg.favicon = "/favicon.ico"; 381 ctx.cfg.favicon = NULL;
382 ctx.cfg.local_time = 0; 382 ctx.cfg.local_time = 0;
383 ctx.cfg.enable_http_clone = 1; 383 ctx.cfg.enable_http_clone = 1;
384 ctx.cfg.enable_index_owner = 1; 384 ctx.cfg.enable_index_owner = 1;