From 3c32fe07717f27fc891b66ccd06057fb810d03ad Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 06 Dec 2008 10:37:37 +0000 Subject: Merge branch 'full-log' Conflicts: cgit.c cgit.h --- (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index e09c86e..166fbc6 100644 --- 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); } } -- cgit v0.9.0.2