X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d20313e3daf855ee5d4808e050f54614c200d7b1..2cc8b99f083014c58d8937bfa4dcd2bc47cd7e58:/cgit.c diff --git a/cgit.c b/cgit.c index e9bafb5..9452884 100644 --- a/cgit.c +++ b/cgit.c @@ -252,6 +252,8 @@ static void querystring_cb(const char *name, const char *value) ctx.qry.ssdiff = atoi(value); } else if (!strcmp(name, "context")) { ctx.qry.context = atoi(value); + } else if (!strcmp(name, "ignorews")) { + ctx.qry.ignorews = atoi(value); } }