{{ define "repo_log" }} {{ template "head" . }} {{ .name }}: log {{ template "repo_header" . }}
{{ $repo := .name }} {{ range .commits }} {{ end }}
Message Author Hash Age
{{- if .Message }}{{- commitSummary .Message -}} {{- else -}}Empty message{{- end -}} {{ .AuthorName }} {{ .AuthorEmail }} {{ .AuthorName }}
{{ .AuthorEmail }}
{{ .HashShort }} {{ humanizeTime .Committed }} {{ .Committed }}
{{ end }}