Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-19 11:55:10 -06:00
parent 81d83a1e4c
commit c80cf7d304
1 changed files with 2 additions and 0 deletions

View File

@ -1721,3 +1721,5 @@ func (x *Patches) AppendByFilename(y *Patch) bool {
x.Patches = append(x.Patches, y)
return true
}
// `autogen:`