Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
package exec
import "regexp"
var stackNameNormalizeRegex = regexp.MustCompile("[^-_a-z0-9]+")