{{- with .Data.Link}}
Repository
Clone this repo using: git clone {{.}}
Branches
{{- range $list}}{{.Name}}
{{- with and (len .Commits) (index .Commits 0) }}- Subject
- {{.Subject}}
- Author
- {{.Author.Name}} <{{.Author.Email}}>
- Date
Date | Commit | Subject | Author |
---|---|---|---|
{{.Abbr}} |
{{.Subject}} | {{.Author.Name}} |
Branch: {{.Branch}}
- Author
- {{.Author.Name}} <{{.Author.Email}}>
- Date
- {{.Date.Format "Jan. 02 '06 15:04:05"}}
- Commit
- {{.Hash}} {{- range .Parents }}
- Parent
- {{.}} (diff to parent) {{- end }} {{- with .Body }}
- Log message
{{.}}
{{- end }}
- Diff stat {{- range .History }}
{{.}}
{{- end }}
- Files {{- range .Tree}}
- {{.Path}} (raw) {{- end}}
Branch: {{.Branch}}
Commit: {{.Hash}}
- Author
- {{.Author.Name}} <{{.Author.Email}}>
- Date
- {{.Date.Format "Jan. 02 '06 15:04:05"}}
- Parent
- {{$.Data.Diff.Parent}}
{{.Body}}{{- end }} {{- with .Data.Object}}
{{- $l := (printf "%d" (len .Lines)) -}} {{- range .Lines -}} {{printf "%*d" (len $l) .}} |
{{.Body}} |