Merge branch 'jh/ignorews'

This commit is contained in:
Lars Hjemli
2010-07-18 15:03:30 +02:00
當前提交 6821d8ea4a
共有 7 個文件被更改,包括 40 次插入12 次删除

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