{{ template "head.html" . }}
overview - files - changes {{ if .Filename }}
history for file: {{ template "path.html" . }}
view - history - annotated - download {{ else }}
{{ end }}
{{ $reponame := .Repo }}
{{ .Num }}:{{ .Hex }}{{ end }}
on {{ .Date }} by {{ .User }}
{{ if .Branch }} Branch: {{ .Branch }}{{ end }} {{ if .Tag }} Tagged: {{ .Tag }}{{ end }} {{ range .Parents }} Parent: {{ .Num }}:{{ .Hex }}{{ end }}
{{ range .Message }}{{.}} |