{{- with .Stylesheet }} {{- else }} {{- end }}

{{with .Data.Project}}{{.}}{{else}}Home{{end}}

{{- range .Data.Breadcrumbs}} {{.}} {{- end}}

{{- with .Data.Link}}

Repository

Static archive for: {{.}}

{{- end}} {{- with $list := .Data.Branches}}

Branches

{{- range $i, $item := $list}} {{.Name}} {{- with and (len .Commits) (index .Commits 0) }}
Author
{{.Author.Name}} <{{.Author.Email}}>
Date
Commit
{{.Hash}}
Subject
{{.Subject}}
{{- end}} {{- end}} {{- end}} {{- with .Data.Branch}}

Branch: {{.Name}}

{{- range .Commits}} {{- end}}
{{len .Commits}} commits total
Date Commit Subject Author
{{.Abbr}} {{.Subject}} {{.Author.Name}}
{{- end}} {{- with .Data.Commit}}

Branch: {{.Branch}}

Author
{{.Author.Name}} <{{.Author.Email}}>
Date
{{.Date.Format "Jan. 02 '06 15:04:05"}}
Commit
{{.Hash}}
{{- range .Parents }}
Parent
{{.}} « diff
{{- end }} {{- with .Body }}
Message
{{.}}
{{- end }}
{{- with $list := .History }}
Overview
{{- range $list }}
{{diffstatbodyparser .}}
{{- end }}
{{- end }}
File tree
{{- end}} {{- with .Data.Diff}}

Branch: {{.Commit.Branch}}

Author
{{.Commit.Author.Name}} <{{.Commit.Author.Email}}>
Date
{{.Commit.Date.Format "Jan. 02 '06 15:04:05"}}
Commit
{{.Commit.Hash}}
Parent
{{$.Data.Diff.Parent}}
Changes
{{diffbodyparser .}}
{{- end }} {{- with .Data.Object}} {{- $dir := .Dir}} {{- with .Lines }} {{- $l := (printf "%d" (len .)) -}} {{- end}} {{- if .Bin}} {{- else}} {{- end}}
            {{- range . -}}
              {{printf "%*d" (len $l) .}}
{{- end -}}

No text preview is available for {{.Path}}.

{{.Body}}
{{- end }}