From a2ddc10479ec463708e422ca5ce7ec02c22a7d02 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Wed, 16 May 2007 00:26:23 +0200 Subject: Change commit-view to expect h parameter, not id The change makes the commit-page benefit from repo.defbranch. Signed-off-by: Lars Hjemli --- cgit.c | 2 +- ui-commit.c | 2 +- ui-log.c | 3 +-- ui-summary.c | 16 ++++++++++------ 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/cgit.c b/cgit.c index b282a67..9b4815d 100644 --- 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")) { diff --git a/ui-commit.c b/ui-commit.c index 8011dfc..93eb8fd 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -197,7 +197,7 @@ void cgit_print_commit(const char *hex) html("parent" "" "%s (