Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-17 06:22:10 -06:00
parent 3595c5259b
commit 87d2ea8f46
1 changed files with 2 additions and 0 deletions

View File

@ -596,3 +596,5 @@ func (x *GitTags) AppendByHash(y *GitTag) bool {
x.GitTags = append(x.GitTags, y) x.GitTags = append(x.GitTags, y)
return true return true
} }
// `autogen:goDep.marshal.pb.go`