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 b880209 commit f2e114eCopy full SHA for f2e114e
modules/util/commit_trailers.go
@@ -8,8 +8,6 @@ import (
8
"net/mail"
9
)
10
11
-var ErrInvalidCommitTrailerValueSyntax = errors.New("syntax error occurred while parsing a commit trailer value")
12
-
13
// ParseCommitTrailerValueWithAuthor parses a commit trailer value that contains author data.
14
// Note that it only parses the value and does not consider the trailer key i.e. we just
15
// parse something like the following:
0 commit comments