Merge branch 'jh/ignorews'

This commit is contained in:
Lars Hjemli 2010-07-18 15:03:30 +02:00
commit 6821d8ea4a
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);
}
}