X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/37a24e4e39737edaa5cdde501346a65eeb280e63..6f92f332e6a9ee3e16051bda9fe148607af67f65:/cgit.c diff --git a/cgit.c b/cgit.c index d4fcfa7..ab25b6a 100644 --- a/cgit.c +++ b/cgit.c @@ -258,6 +258,8 @@ static void querystring_cb(const char *name, const char *value) ctx.qry.ssdiff = atoi(value); } else if (!strcmp(name, "all")) { ctx.qry.show_all = atoi(value); + } else if (!strcmp(name, "context")) { + ctx.qry.context = atoi(value); } }