{{ define "repo_log" }} {{ $repo := .RepoName }} {{ template "head" . }} {{ $repo }}: log {{ template "repo_header" . }}
{{ range .P.Commits }} {{ end }}
Message Author Hash Age
{{- if .Message }}{{- commitSummary .Message -}} {{- else -}}Empty message{{- end -}} {{ .AuthorName }} {{ .AuthorEmail }} {{ .AuthorName }}
{{ .AuthorEmail }}
{{ .HashShort }} {{ humanizeRelTime .Committed }} {{ humanizeTime .Committed }}
{{- if .P.NextAfter }} [load more] {{- end }}
{{ end }}