Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-20 03:33:59 -06:00
parent 0730c73f66
commit 525d45bf4b
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:`