Notes added by 'git notes append'
This commit is contained in:
parent
451987af50
commit
ad0f1e3aca
|
@ -616,3 +616,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`
|
||||||
|
|
Loading…
Reference in New Issue