Monorepo for Tangled tangled.org

knotserver/git: move tag signatures out of message #1078

merged opened by oppi.li targeting master from op/rymnmmultwps
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:qfpnj4og54vl56wngdriaxug/sh.tangled.repo.pull/3mezsr4pfbw22
+1 -1
Interdiff #0 #1
knotserver/git/tag.go

This file has not been changed.

+1 -1
knotserver/git/tag_test.go
··· 323 assert.Equal(s.T(), "Tagger One", v1Tag.Tagger.Name, "tagger name should match") 324 assert.Equal(s.T(), "tagger1@example.com", v1Tag.Tagger.Email, "tagger email should match") 325 326 - assert.Equal(s.T(), "Release version 1.0.0\n\nThis is the first stable release.", 327 v1Tag.Message, "tag message should match") 328 329 assert.Equal(s.T(), plumbing.TagObject, v1Tag.TargetType,
··· 323 assert.Equal(s.T(), "Tagger One", v1Tag.Tagger.Name, "tagger name should match") 324 assert.Equal(s.T(), "tagger1@example.com", v1Tag.Tagger.Email, "tagger email should match") 325 326 + assert.Equal(s.T(), "Release version 1.0.0\n\nThis is the first stable release.\n", 327 v1Tag.Message, "tag message should match") 328 329 assert.Equal(s.T(), plumbing.TagObject, v1Tag.TargetType,

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
knotserver/git: move tag signatures out of message
3/3 success
expand
expand 0 comments
pull request successfully merged
oppi.li submitted #0
1 commit
expand
knotserver/git: move tag signatures out of message
1/3 failed, 2/3 success
expand
expand 0 comments