Signed-off-by: oppiliappan me@oppi.li
knotserver/git/tag.go
knotserver/git/tag.go
This file has not been changed.
+1
-1
knotserver/git/tag_test.go
+1
-1
knotserver/git/tag_test.go
···
323
323
assert.Equal(s.T(), "Tagger One", v1Tag.Tagger.Name, "tagger name should match")
324
324
assert.Equal(s.T(), "tagger1@example.com", v1Tag.Tagger.Email, "tagger email should match")
325
325
326
-
assert.Equal(s.T(), "Release version 1.0.0\n\nThis is the first stable release.",
326
+
assert.Equal(s.T(), "Release version 1.0.0\n\nThis is the first stable release.\n",
327
327
v1Tag.Message, "tag message should match")
328
328
329
329
assert.Equal(s.T(), plumbing.TagObject, v1Tag.TargetType,
History
2 rounds
0 comments
1 commit
expand
collapse
knotserver/git: move tag signatures out of message
Signed-off-by: oppiliappan <me@oppi.li>
3/3 success
expand
collapse
expand 0 comments
pull request successfully merged
1 commit
expand
collapse
knotserver/git: move tag signatures out of message
Signed-off-by: oppiliappan <me@oppi.li>