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>
Esse commit está contido em:
Lars Hjemli
2007-11-03 10:42:37 +01:00
commit 51140311bb
6 arquivos alterados com 21 adições e 8 exclusões

Ver arquivo

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