X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a1429dbc89f9c0945e32cea9fd3424d2fe56aeab..6857bec50a52340fa6b85d626f49d45dd331ed0e:/shared.c?ds=inline diff --git a/shared.c b/shared.c index 699c362..0add2e5 100644 --- a/shared.c +++ b/shared.c @@ -71,6 +71,7 @@ struct cgit_repo *cgit_add_repo(const char *url) ret->commit_filter = ctx.cfg.commit_filter; ret->source_filter = ctx.cfg.source_filter; ret->clone_url = ctx.cfg.clone_url; + ret->submodules.strdup_strings = 1; return ret; }