Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-11 06:17:21 -06:00
parent 74dd4045fb
commit 46373b092f
1 changed files with 2 additions and 0 deletions

View File

@ -859,3 +859,5 @@ func (v *Patchset) Marshal() ([]byte, error) {
func (v *Patchset) Unmarshal(data []byte) error { func (v *Patchset) Unmarshal(data []byte) error {
return proto.Unmarshal(data, v) return proto.Unmarshal(data, v)
} }
// `autogen:patchset.pb.go`