X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/4fdf571c888fd38ae362684c429a3bdf24240ef7..9fb53af215639fcd3bfb876fa9c8bac221244bdf:/ui-commit.c diff --git a/ui-commit.c b/ui-commit.c index b3d1c28..20a7cb2 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -186,7 +186,8 @@ void cgit_print_commit(const char *hex) cgit_print_date(info->committer_date); html("\n"); html("tree%s\n", sha1_to_hex(commit->tree->object.sha1)); for (p = commit->parents; p ; p = p->next) {