]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.c
Merge branch 'stable'
[ps-cgit] / cgit.c
diff --git a/cgit.c b/cgit.c
index b7807ad81a71d34d1a647a282dd5eb71dc72ef0c..1d50129498ae63a458a69cbc5d3ee4a0365c0ae9 100644 (file)
--- a/cgit.c
+++ b/cgit.c
@@ -298,6 +298,7 @@ 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);
+               ctx.qry.has_ssdiff = 1;
        } else if (!strcmp(name, "all")) {
                ctx.qry.show_all = atoi(value);
        } else if (!strcmp(name, "context")) {