X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/140012d7a8e51df5a9f9c556696778b86ade4fc9..f86a23ff537258d36bf8f1876fa7a4bede6673d8:/shared.c?ds=inline diff --git a/shared.c b/shared.c index f5875e4..37333f0 100644 --- a/shared.c +++ b/shared.c @@ -58,6 +58,7 @@ struct cgit_repo *cgit_add_repo(const char *url) ret->snapshots = ctx.cfg.snapshots; ret->enable_log_filecount = ctx.cfg.enable_log_filecount; ret->enable_log_linecount = ctx.cfg.enable_log_linecount; + ret->enable_stats = ctx.cfg.enable_stats; ret->module_link = ctx.cfg.module_link; ret->readme = NULL; return ret;