shithub: furgit

ref: c3731c4eff12cc9e6636f89128948d86596ad860
dir: /ref/refname/flags.go/

View raw version
package refname

const (
	refnameAllowOneLevel = 1 << iota
	refnameRefspecPattern
)