X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a2cbd3c30b64a26b52b2003ba6569f3c083f4092..6180e6169d6e87a3bea7e4da835dca17f93e5cfd:/cgit.c?ds=sidebyside diff --git a/cgit.c b/cgit.c index 2c3ad73..e9bafb5 100644 --- a/cgit.c +++ b/cgit.c @@ -250,6 +250,8 @@ static void querystring_cb(const char *name, const char *value) ctx.qry.period = xstrdup(value); } else if (!strcmp(name, "ss")) { ctx.qry.ssdiff = atoi(value); + } else if (!strcmp(name, "context")) { + ctx.qry.context = atoi(value); } }