X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c326f3eb026d67650f79a6dda9a1a42c55d10a25..e9cbdf64632fbe64d6b0c4974ac947ef954938e7:/shared.c?ds=sidebyside diff --git a/shared.c b/shared.c index a078a27..a63633b 100644 --- a/shared.c +++ b/shared.c @@ -54,6 +54,7 @@ struct cgit_repo *cgit_add_repo(const char *url) ret->path = NULL; ret->desc = cgit_default_repo_desc; ret->owner = NULL; + ret->homepage = NULL; ret->section = ctx.cfg.section; ret->snapshots = ctx.cfg.snapshots; ret->enable_commit_graph = ctx.cfg.enable_commit_graph;