]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.c
Merge branch 'jh/ignorews'
[ps-cgit] / cgit.c
diff --git a/cgit.c b/cgit.c
index fde0757416798d90808809e5b434384d5261f6ed..c2638727b629438d89cb0f3d7efa851ae1779a36 100644 (file)
--- a/cgit.c
+++ b/cgit.c
@@ -260,6 +260,8 @@ static void querystring_cb(const char *name, const char *value)
                ctx.qry.show_all = atoi(value);
        } else if (!strcmp(name, "context")) {
                ctx.qry.context = atoi(value);
+       } else if (!strcmp(name, "ignorews")) {
+               ctx.qry.ignorews = atoi(value);
        }
 }