X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1a63cfcc3d83919e790e7e279eb35fc75adb0e3c..ffc69736a606fd8f9a10468cce48b9a37b428944:/ui-commit.c diff --git a/ui-commit.c b/ui-commit.c index 1d12bbb..ed5384d 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -182,8 +182,7 @@ void cgit_print_commit(const char *hex) cgit_print_date(info->committer_date, FMT_LONGDATE); html("\n"); html("tree%s\n", sha1_to_hex(commit->tree->object.sha1)); for (p = commit->parents; p ; p = p->next) {