Searched refs:gitBranchRe (Results 1 – 1 of 1) sorted by relevance
134 return gitBranchRe.MatchString(branch)157 gitBranchRe = regexp.MustCompile("^[a-zA-Z0-9-_/.]{2,200}$") var