{{#each commits as commit}} {{/each}}
{{commit.hash.slice(0, 7)}} {{commit.author}} {{#each commit.otherRefs as ref}} {{#if ref === "HEAD"}} HEAD {{elseif ref.startsWith("refs/remotes/origin/master")}} origin/master {{elseif ref.startsWith("refs/remotes/")}} {{ref.slice("refs/remotes/".length)}} {{elseif ref.startsWith("refs/heads/")}} {{elseif ref.startsWith("refs/tags/")}} {{ref.slice("refs/tags/".length)}} {{elseif ref.startsWith("tag: refs/tags/")}} {{ref.slice("tag: refs/tags/".length)}} {{else}} {{ref}} {{/if}} {{/each}} {{commit.time}}
{{commit.subject}}
{{commit.nameStatus}}