]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.c
Makefile: fetch git tarballs from http://hjemli.net/git/git/
[ps-cgit] / cgit.c
diff --git a/cgit.c b/cgit.c
index 5259f56fcd9cc09ebf152bcc163fd2801427afa4..435ce5a538d95ebec0c5a1397c5b9bdba00d86b8 100644 (file)
--- a/cgit.c
+++ b/cgit.c
@@ -281,6 +281,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")) {