From 6821d8ea4a64d15b8f284d1af01ab184ef1e76c3 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 18 Jul 2010 13:03:30 +0000 Subject: Merge branch 'jh/ignorews' --- (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index fde0757..c263872 100644 --- 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); } } -- cgit v0.9.0.2