]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-commit.c
Change commit-view to expect h parameter, not id
[ps-cgit] / ui-commit.c
index 8011dfcc14ffaf953d5abb32f9cf7728cf04933a..93eb8fd156690d585f63f6ad936e2cf4b42832c9 100644 (file)
@@ -197,7 +197,7 @@ void cgit_print_commit(const char *hex)
                html("<tr><th>parent</th>"
                     "<td colspan='2' class='sha1'>"
                     "<a href='");
-               query = fmt("id=%s", sha1_to_hex(p->item->object.sha1));
+               query = fmt("h=%s", sha1_to_hex(p->item->object.sha1));
                html_attr(cgit_pageurl(cgit_query_repo, "commit", query));
                htmlf("'>%s</a> (<a href='",
                      sha1_to_hex(p->item->object.sha1));