summaryrefslogtreecommitdiff
path: root/templates/branch_list.nex.txt
blob: 1e8abf842785595c8f9ef6976b153838ef5a9a92 (plain)
1
2
3
4
5
6
7
8
{{.Repo.Name}} Branches ⌥
{{range .Repo.NameBytes}}-{{end}}-----------

{{ range .Repo.Refs .Ctx -}}
{{ if .IsBranch -}}
=> ../refs/{{.Hash}}/ {{.ShortName}}
{{ end -}}
{{ end -}}