mirror of
https://git.zx2c4.com/cgit
synced 2025-08-01 16:44:44 +02:00
Merge branch 'stable'
This commit is contained in:
commit
04254fa903
9 changed files with 68 additions and 17 deletions
1
cgit.c
1
cgit.c
|
@ -298,6 +298,7 @@ static void querystring_cb(const char *name, const char *value)
|
|||
ctx.qry.period = xstrdup(value);
|
||||
} else if (!strcmp(name, "ss")) {
|
||||
ctx.qry.ssdiff = atoi(value);
|
||||
ctx.qry.has_ssdiff = 1;
|
||||
} else if (!strcmp(name, "all")) {
|
||||
ctx.qry.show_all = atoi(value);
|
||||
} else if (!strcmp(name, "context")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue