{{ with .Repo.Commit .Ctx .Params.ref -}} {{.Repo.Name}} {{slice .Hash 0 8}} {{ range .Repo.NameBytes }}-{{end}}--------- {{.ShortMessage}} {{ with .RestOfMessage -}} {{ if ne . "" -}} {{.}} {{ end -}} {{ end -}} => ../../ 🗂️ Repository => ./tree/ 📄 Files {{ if ne .Parents nil -}} => ../../diff/{{.Hash}}^/{{.Hash}} 🔩 Full Diff {{ else -}} => ../../diff/4b825dc642cb6eb9a060e54bf8d69288fbee4904/{{.Hash}} 🔩 Full Diff {{ end -}} {{ range .Parents -}} => ../{{.}}/ 👤 Parent {{slice . 0 8}} {{ end -}} {{ range .Repo.Refs $.Ctx -}} {{ if .IsTag -}} {{ if eq $.Params.ref .Hash -}} => ../{{.Hash}}/ 🏷️ {{.ShortName}} {{ end -}} {{ end -}} {{ end }} Authored -------- {{.AuthorName}}<{{.AuthorEmail}}> {{.AuthorDate.Format "Mon Jan _2 15:04:05 MST 2006"}} Committed --------- {{.CommitterName}}<{{.CommitterEmail}}> {{.CommitDate.Format "Mon Jan _2 15:04:05 MST 2006"}} {{ if eq .Parents nil -}} {{$.Repo.Diffstat $.Ctx "4b825dc642cb6eb9a060e54bf8d69288fbee4904" $.Params.ref}} {{ else -}} {{ with index .Parents 0 -}} {{$.Repo.Diffstat $.Ctx . $.Params.ref}} {{ end -}} {{ end -}} {{ end -}}