<%= commit.kind %> <%= commit.subject %>
<%= render :avatar, user: commit.author %> <%= commit.files_changed %> <%= commit.total_deletions %> / <%= commit.total_insertions %> <%= commit.issue.id %> <%= commit.review.id %>
<%= commit.tag %>

Message

<%= scope(:content, content: commit.safe_body).call %>

Notes

<%= scope(:content, content: commit.safe_notes).call %>

Info

Author

<%= render :user, user: commit.author %>

Collaborators

<%= scope(:users, users: commit.collaborators).call %>

Signers

<%= scope(:users, users: commit.signers).call %>

Signature

SHA

<%= commit.sha %>

Fingerprint

<%= commit.fingerprint %>

Fingerprint Primary Key

<%= commit.fingerprint_key %>

Created