{{ nl2br (unwrapText (index $messageParts 1)) }}
{{ end }}{{ $commit.Author.Name }} · {{ timeFmt $commit.Author.When }} · {{ $stat.FilesChanged }} files (+{{ $stat.Insertions }}, -{{ $stat.Deletions }}) · {{ slice $commit.This 0 8 }} {{ if $commit.Parent }} <-- {{ slice $commit.Parent 0 8 }} {{ end }}
Not showing binary file.
{{ else }}
{{- range .TextFragments -}}
{{- .Header -}}
{{- range .Lines -}}
{{- if eq .Op.String "+" -}}
{{ .String }}
{{- end -}}
{{- if eq .Op.String "-" -}}
{{ .String }}
{{- end -}}
{{- if eq .Op.String " " -}}
{{ .String }}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}