X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d2e20e38141c882e46eaa77f172fc2ae37a19d3b..81bf4d32b377d3f2fdd7ab3ca651be99408f5c32:/shared.c diff --git a/shared.c b/shared.c index 10be355..4369378 100644 --- a/shared.c +++ b/shared.c @@ -63,6 +63,7 @@ struct cgit_repo *cgit_add_repo(const char *url) ret->enable_remote_branches = ctx.cfg.enable_remote_branches; ret->enable_subject_links = ctx.cfg.enable_subject_links; ret->max_stats = ctx.cfg.max_stats; + ret->branch_sort = ctx.cfg.branch_sort; ret->commit_sort = ctx.cfg.commit_sort; ret->module_link = ctx.cfg.module_link; ret->readme = ctx.cfg.readme;