commit 79deadfa3f6b989f7a9df793f0f112464bef0f65 from: Omar Polo date: Wed Jul 20 08:39:28 2022 UTC typo in cat_commit otherwise prints the author instead of the committer commit - 2b3e6702748e05e788bfea21aa384af4352e859b commit + 79deadfa3f6b989f7a9df793f0f112464bef0f65 blob - 9b49bb18b84d657d217ccb610ee3d71c77674c9e blob + 34f6db81edda3318d140a359f85fce30ea5fc4a7 --- got/got.c +++ got/got.c @@ -12631,7 +12631,7 @@ cat_commit(struct got_object_id *id, struct got_reposi got_date_format_gmtoff(gmtoff, sizeof(gmtoff), got_object_commit_get_committer_gmtoff(commit)); fprintf(outfile, "%s%s %lld %s\n", GOT_COMMIT_LABEL_COMMITTER, - got_object_commit_get_author(commit), + got_object_commit_get_committer(commit), (long long)got_object_commit_get_committer_time(commit), gmtoff);