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