diff options
Diffstat (limited to 'templates/branch_list.nex.txt')
-rw-r--r-- | templates/branch_list.nex.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/branch_list.nex.txt b/templates/branch_list.nex.txt new file mode 100644 index 0000000..1e8abf8 --- /dev/null +++ b/templates/branch_list.nex.txt @@ -0,0 +1,8 @@ +{{.Repo.Name}} Branches ⌥ +{{range .Repo.NameBytes}}-{{end}}----------- + +{{ range .Repo.Refs .Ctx -}} +{{ if .IsBranch -}} +=> ../refs/{{.Hash}}/ {{.ShortName}} +{{ end -}} +{{ end -}} |