aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2012-01-04 01:06:58 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2012-01-04 01:06:58 (JST)
commit04254fa903701943bd45a479a952cc213a5b112a (patch)
tree5ae865f0cae8505cb54d3360baa256fc684e3bbc /cgit.c
parentd96d2c98ebc4c2d3765f5b35c4142e0e828a421b (diff)
parentf2ced535e9f2c2ada7f184735a07a1190a9d810f (diff)
downloadcgit-04254fa903701943bd45a479a952cc213a5b112a.zip
cgit-04254fa903701943bd45a479a952cc213a5b112a.tar.gz
Merge branch 'stable'
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.c b/cgit.c
index b7807ad..1d50129 100644
--- a/cgit.c
+++ b/cgit.c
@@ -298,6 +298,7 @@ static void querystring_cb(const char *name, const char *value)
298 ctx.qry.period = xstrdup(value); 298 ctx.qry.period = xstrdup(value);
299 } else if (!strcmp(name, "ss")) { 299 } else if (!strcmp(name, "ss")) {
300 ctx.qry.ssdiff = atoi(value); 300 ctx.qry.ssdiff = atoi(value);
301 ctx.qry.has_ssdiff = 1;
301 } else if (!strcmp(name, "all")) { 302 } else if (!strcmp(name, "all")) {
302 ctx.qry.show_all = atoi(value); 303 ctx.qry.show_all = atoi(value);
303 } else if (!strcmp(name, "context")) { 304 } else if (!strcmp(name, "context")) {