aboutsummaryrefslogtreecommitdiffstats
path: root/ui-commit.c
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2020-03-14 08:55:46 +0100
committerFlorian Pritz <bluewind@xinu.at>2020-03-14 08:55:46 +0100
commit2cbdd90e0f8575eda6486b4bb06521d848eaa307 (patch)
treefc28a97fede3b74ae2cb2e778ffd4c0ae59c637b /ui-commit.c
parent6c66430e9658616e118d10af9c9ab48858a04e67 (diff)
parent55fa25adb097d2681607d8b0f51a0c393cc9af1a (diff)
downloadcgit-2cbdd90e0f8575eda6486b4bb06521d848eaa307.tar.gz
cgit-2cbdd90e0f8575eda6486b4bb06521d848eaa307.tar.xz
Merge branch 'master' of https://git.zx2c4.com/cgit into local
Diffstat (limited to 'ui-commit.c')
-rw-r--r--ui-commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-commit.c b/ui-commit.c
index 9a47b54..783211f 100644
--- a/ui-commit.c
+++ b/ui-commit.c
@@ -78,7 +78,7 @@ void cgit_print_commit(char *hex, const char *prefix)
html(")</td></tr>\n");
html("<tr><th>tree</th><td colspan='2' class='sha1'>");
tmp = xstrdup(hex);
- cgit_tree_link(oid_to_hex(&commit->maybe_tree->object.oid), NULL, NULL,
+ cgit_tree_link(oid_to_hex(get_commit_tree_oid(commit)), NULL, NULL,
ctx.qry.head, tmp, NULL);
if (prefix) {
html(" /");