2
0
mirror of https://git.zx2c4.com/cgit synced 2025-08-30 22:05:08 +00:00

Merge branch 'jh/ignorews'

This commit is contained in:
Lars Hjemli
2010-07-18 15:03:30 +02:00
7 changed files with 40 additions and 12 deletions

2
cgit.c
View File

@@ -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);
}
}