X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/067c1804353ad9ebca702a636d8d42a288459550..65ced7c00907af7e8bd5d239a4fa854a84535520:/cgit.c diff --git a/cgit.c b/cgit.c index 9305d0a..ed2be64 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, "all")) { + ctx.qry.show_all = atoi(value); } }