Add search parameters to cgit_log_link

This makes the [prev] and [next] links work correctly on search results.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
Lars Hjemli
2007-11-03 10:42:37 +01:00
父节点 df203a293e
当前提交 51140311bb
共有 6 个文件被更改,包括 21 次插入8 次删除

查看文件

@@ -100,7 +100,7 @@ static int ls_item(const unsigned char *sha1, const char *base, int baselen,
html("<td>");
cgit_log_link("log", NULL, "button", cgit_query_head, curr_rev,
fullpath, 0);
fullpath, 0, NULL, NULL);
html("</td></tr>\n");
free(name);
return 0;