Unidiff1 files changed, 2 insertions, 0 deletions
|
diff --git a/cgit.c b/cgit.c index e9bafb5..9452884 100644 --- a/ cgit.c+++ b/ cgit.c |
|
@@ -252,6 +252,8 @@ static void querystring_cb(const char *name, const char *value) |
252 | ctx.qry.ssdiff = atoi(value); |
252 | ctx.qry.ssdiff = atoi(value); |
253 | } else if (!strcmp(name, "context")) { |
253 | } else if (!strcmp(name, "context")) { |
254 | ctx.qry.context = atoi(value); |
254 | ctx.qry.context = atoi(value); |
| |
255 | } else if (!strcmp(name, "ignorews")) { |
| |
256 | ctx.qry.ignorews = atoi(value); |
255 | } |
257 | } |
256 | } |
258 | } |
257 | |
259 | |
|