From 1c1f2a00d290598f050cb77ad4c846902a135f5b Mon Sep 17 00:00:00 2001 From: lookshe Date: Fri, 26 Feb 2016 10:35:57 +0100 Subject: implementation to link FS#[0-9]+ to flyspray (FS#141) --- cgit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index 4eaa7ab..62e5e28 100644 --- a/cgit.c +++ b/cgit.c @@ -392,6 +392,7 @@ static void prepare_context(void) ctx.cfg.summary_tags = 10; ctx.cfg.max_atom_items = 10; ctx.cfg.difftype = DIFF_UNIFIED; + ctx.cfg.issue_link = "https://bugs.thedevstack.de/task/"; ctx.env.cgit_config = getenv("CGIT_CONFIG"); ctx.env.http_host = getenv("HTTP_HOST"); ctx.env.https = getenv("HTTPS"); -- cgit v1.2.3