From 32f84de36c9da1da47b718cb942afa36d1b23922 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Sat, 23 Sep 2023 13:10:27 -0600 Subject: use .gmi, .gmi.txt, .gph, .gph.txt everywhere for templates --- templates/ref.gph | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 templates/ref.gph (limited to 'templates/ref.gph') diff --git a/templates/ref.gph b/templates/ref.gph new file mode 100644 index 0000000..c7de102 --- /dev/null +++ b/templates/ref.gph @@ -0,0 +1,42 @@ +{{ with .Repo.Commit .Ctx .Params.ref -}} +i{{.Repo.Name}} {{slice .Hash 0 8}} {{$.Selector}} {{$.Host}} {{$.Port}} +i{{ range .Repo.NameBytes }}-{{ end }}--------- {{$.Selector}} {{$.Host}} {{$.Port}} +i {{$.Selector}} {{$.Host}} {{$.Port}} +i{{.ShortMessage}} {{$.Selector}} {{$.Host}} {{$.Port}} +i {{$.Selector}} {{$.Host}} {{$.Port}} +{{ with .RestOfMessage -}} +{{ if ne . "" -}} +i{{.}} {{$.Selector}} {{$.Host}} {{$.Port}} +i {{$.Selector}} {{$.Host}} {{$.Port}} +{{ end -}} +{{ end -}} +1🗂️ Repository {{combine $.Selector ".."}} {{$.Host}} {{$.Port}} +1📄 Files {{$.Selector}}/tree {{$.Host}} {{$.Port}} +{{ if ne .Parents nil -}} +0🔩 Full Diff {{join $.Selector "../../diff" .ParentHash .Hash}} {{$.Host}} {{$.Port}} +{{ else -}} +0🔩 Full Diff {{join $.Selector ".." ".." "diff" "4b825dc642cb6eb9a060e54bf8d69288fbee4904" .Hash}} {{$.Host}} {{$.Port}} +{{ end -}} +{{ range .Parents -}} +1👤 Parent {{slice . 0 8}} {{combine $.Selector .}} {{$.Host}} {{$.Port}} +{{ end -}} +{{ range .Repo.Refs $.Ctx -}} +{{ if .IsTag -}} +{{ if eq $.Params.ref .Hash -}} +1🏷️ {{.ShortName}} ../{{.Hash}} {{$.Host}} {{$.Port}} +{{ end -}} +{{ end -}} +{{ end -}} +i {{$.Selector}} {{$.Host}} {{$.Port}} +iAuthored by {{.AuthorName}}<{{.AuthorEmail}}> on {{.AuthorDate.Format "Mon Jan _2 15:04:05 MST 2006"}} {{$.Selector}} {{$.Host}} {{$.Port}} +iCommitted by {{.CommitterName}}<{{.CommitterEmail}}> on {{.CommitDate.Format "Mon Jan _2 15:04:05 MST 2006"}} {{$.Selector}} {{$.Host}} {{$.Port}} +i {{$.Selector}} {{$.Host}} {{$.Port}} +{{ if eq .Parents nil -}} +{{.Repo.Diffstat $.Ctx "4b825dc642cb6eb9a060e54bf8d69288fbee4904" .Hash | rawtext $.Selector $.Host $.Port }} +{{ else -}} +{{ with index .Parents 0 -}} +{{$.Repo.Diffstat $.Ctx . $.Params.ref | rawtext $.Selector $.Host $.Port }} +{{ end -}} +{{ end -}} +{{ end -}} +. -- cgit v1.2.3