Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-01 12:57:06 -06:00
parent bc56e01963
commit 171f888690
1 changed files with 2 additions and 0 deletions

View File

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