{{define "content"}} {{$owner := .Data.Owner}} {{$repo := .Data.RepoName}} {{$sep := "..."}}{{if not .Data.Spec.ThreeDot}}{{$sep = ".."}}{{end}}
{{.Data.Spec.Base}}{{$sep}}{{.Data.Spec.Head}}
{{if .Data.Spec.ThreeDot}}
Three-dot comparison (symmetric difference from the merge base).
{{if .Data.MergeBase}}Merge base: {{shortsha .Data.MergeBase}}.{{end}}
{{else}}
Two-dot comparison (direct range {{.Data.Spec.Base}}..{{.Data.Spec.Head}}).
{{end}}
{{.ShortSHA}}
{{.Subject}}
— {{.AuthorName}}, {{date .Date}}
| File | Status | + | − |
|---|---|---|---|
{{if and .OldPath (ne .OldPath .Path)}}{{.OldPath}} → {{end}}{{.Path}}
{{if .Binary}}BIN{{end}}
|
{{.Status}} | {{if .Additions}}+{{.Additions}}{{end}} | {{if .Deletions}}-{{.Deletions}}{{end}} |