]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.c
Change commit-view to expect h parameter, not id
[ps-cgit] / cgit.c
diff --git a/cgit.c b/cgit.c
index b282a67d17bd24e7bf16610e5c7ce48b775c7e70..9b4815d9acdf155a44d2b0c5bb4e9de7dabf098f 100644 (file)
--- a/cgit.c
+++ b/cgit.c
@@ -116,7 +116,7 @@ static void cgit_print_repo_page(struct cacheitem *item)
        } else if (!strcmp(cgit_query_page, "tree")) {
                cgit_print_tree(cgit_query_head, cgit_query_sha1, cgit_query_path);
        } else if (!strcmp(cgit_query_page, "commit")) {
-               cgit_print_commit(cgit_query_sha1);
+               cgit_print_commit(cgit_query_head);
        } else if (!strcmp(cgit_query_page, "view")) {
                cgit_print_view(cgit_query_sha1, cgit_query_path);
        } else if (!strcmp(cgit_query_page, "diff")) {