aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-02-26 10:35:57 +0100
committerlookshe <github@lookshe.org>2016-02-26 10:35:57 +0100
commit1c1f2a00d290598f050cb77ad4c846902a135f5b (patch)
treeeade990c622ab4992f2ab49d6a70ce71e1a4d63e /cgit.c
parent335423fb9ded67f3820f34793a7774d9f35d7c09 (diff)
implementation to link FS#[0-9]+ to flyspray (FS#141)
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c1
1 files changed, 1 insertions, 0 deletions
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");