commit b0af9d3914556f9c9e9596bf31f6a601666c0b68 from: Omar Polo via: Thomas Adam date: Wed Jul 20 08:47:34 2022 UTC typo in cat_commit otherwise prints the author instead of the committer commit - 777aae211a624f0a3c1a7b286382455bd1097c8b commit + b0af9d3914556f9c9e9596bf31f6a601666c0b68 blob - 145cdfc9f538eb46011d799cb8da04757fa96fbf blob + 8970a56a2f24ddeb5904c35439d88ca65dac1733 --- 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);