commit 6c3d326354af2183c210a5f1422d4c99a606ae66 from: Omar Polo date: Tue Jan 10 15:43:09 2023 UTC gotwebd: show committer instead of author in BRIEFS commit - af800df5a11beb2e4b8f519f7b5171a41095afb6 commit + 6c3d326354af2183c210a5f1422d4c99a606ae66 blob - fcc54710aa544a97e40088b703b7d4f15463c006 blob + 3501ce16a0c13174e3e6a1d4fc06358a7b345061 --- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -282,7 +282,7 @@ gotweb_render_age(struct template *tp, time_t time, in diff_url.commit = rc->commit_id; tree_url.commit = rc->commit_id; - tmp = strchr(rc->author, '<'); + tmp = strchr(rc->committer, '<'); if (tmp) *tmp = '\0'; @@ -294,7 +294,7 @@ gotweb_render_age(struct template *tp, time_t time, in {{ render gotweb_render_age(tp, rc->committer_time, TM_DIFF) }}
- {{ rc->author }} + {{ rc->committer }}