Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-11 06:16:39 -06:00
parent 332563bf83
commit e21b30125f
1 changed files with 2 additions and 0 deletions

View File

@ -205,3 +205,5 @@ func (x *GitTags) InsertByHash(y string) *GitTag {
x.GitTags = append(x.GitTags, z) x.GitTags = append(x.GitTags, z)
return z return z
} }
// `autogen:gitTag.marshal.pb.go`