aboutsummaryrefslogtreecommitdiff
path: root/shared.c
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'shared.c')
-rw-r--r--shared.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared.c b/shared.c
index e79c3da..d839071 100644
--- a/shared.c
+++ b/shared.c
@@ -71,6 +71,9 @@ struct cgit_repo *cgit_add_repo(const char *url)
ret->extra_head_content = NULL;
ret->owner = NULL;
ret->homepage = NULL;
+ ret->ci_url = ctx.cfg.ci_url;
+ ret->ci_branch_url = ctx.cfg.ci_branch_url;
+ ret->ci_tag_url = ctx.cfg.ci_tag_url;
ret->section = ctx.cfg.section;
ret->snapshots = ctx.cfg.snapshots;
ret->enable_blame = ctx.cfg.enable_blame;