aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.c b/cgit.c
index ab3fadb..98df32d 100644
--- a/cgit.c
+++ b/cgit.c
@@ -347,6 +347,7 @@ static void querystring_cb(const char *name, const char *value)
static void prepare_context(void)
{
memset(&ctx, 0, sizeof(ctx));
+ ctx.qry.ignorews = 1;
ctx.cfg.agefile = "info/web/last-modified";
ctx.cfg.nocache = 0;
ctx.cfg.cache_size = 0;
@@ -393,6 +394,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");