-rw-r--r-- | ui-log.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,5 +35,5 @@ void print_commit(struct commit *commit) html_txt(buf); html("</td><td>"); - char *qry = fmt("id=%s", sha1_to_hex(commit->object.sha1)); + char *qry = fmt("h=%s", sha1_to_hex(commit->object.sha1)); char *url = cgit_pageurl(cgit_query_repo, "commit", qry); html_link_open(url, NULL, NULL); @@ -122,3 +122,2 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path) html("</div>"); } - |