We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab12b49 commit 23fe0d7Copy full SHA for 23fe0d7
manifest/rfc2822.go
@@ -16,7 +16,7 @@ import (
16
)
17
18
var (
19
- GitCommitRegex = regexp.MustCompile(`^[0-9a-f]{1,40}$`)
+ GitCommitRegex = regexp.MustCompile(`^[0-9a-f]{1,64}$`)
20
GitFetchRegex = regexp.MustCompile(`^refs/(heads|tags)/[^*?:]+$`)
21
22
0 commit comments