From faaca447b071592c9a1e1f14b4d0d2a39b4c795a Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 17 Jun 2007 15:44:22 +0200 Subject: ui-commit: use cgit_commit_link() for parent links This replaces the old cgit_pageurl() function with the brand new cgit_commit_link() function, making parent links in commit view preserve the current branch. Signed-off-by: Lars Hjemli --- ui-commit.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'ui-commit.c') diff --git a/ui-commit.c b/ui-commit.c index 8864fc6..d489d7c 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -199,12 +199,10 @@ void cgit_print_commit(const char *hex) continue; } html("parent" - "" - "%s ("); + cgit_commit_link(sha1_to_hex(p->item->object.sha1), NULL, NULL, + cgit_query_head, sha1_to_hex(p->item->object.sha1)); + html(" (