shithub: furgit

ref: 1734207266752b9464f42c31f7728a7e3c692c50
dir: /ref/refname/current.go/

View raw version
package refname

func isCurrentWorktreeRef(name string) bool {
	return IsRootSyntax(name) || IsPerWorktree(name)
}