mirror of
https://git.zx2c4.com/cgit
synced 2025-07-10 10:14:34 +02:00
Merge branch 'jh/ignorews'
This commit is contained in:
commit
6821d8ea4a
7 changed files with 40 additions and 12 deletions
2
cgit.c
2
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue