]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.c
Merge branch 'full-log'
[ps-cgit] / cgit.c
diff --git a/cgit.c b/cgit.c
index e09c86eaae248ead1fbcca8ee51224b98ccf94af..166fbc649607fcc1872eb61c6c0cd2b7e7c6de31 100644 (file)
--- a/cgit.c
+++ b/cgit.c
@@ -156,6 +156,8 @@ static void querystring_cb(const char *name, const char *value)
                ctx.qry.mimetype = xstrdup(value);
        } else if (!strcmp(name, "s")){
                ctx.qry.sort = xstrdup(value);
+       } else if (!strcmp(name, "showmsg")) {
+               ctx.qry.showmsg = atoi(value);
        }
 }