{{define "content"}} {{$owner := .Data.Owner}} {{$repo := .Data.RepoName}} {{$c := .Data.Commit}}
{{$c.ShortSHA}}
{{$c.Subject}}
{{if $c.Body}}{{$c.Body}}{{end}}
{{$c.AuthorName}} <{{$c.AuthorEmail}}> — {{abstime $c.Date}}
Commit {{$c.SHA}} —
view raw patch
Parent(s):
{{range $c.ParentSHAs}}
{{shortsha .}}
{{end}}
| File | Status | + | − |
|---|---|---|---|
{{if and .OldPath (ne .OldPath .Path)}}{{.OldPath}} → {{end}}{{.Path}}
{{if .Binary}}BIN{{end}}
|
{{.Status}} | {{if .Additions}}+{{.Additions}}{{end}} | {{if .Deletions}}-{{.Deletions}}{{end}} |