Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-15 17:26:14 -06:00
parent b050b01695
commit 28b61a5fbd
1 changed files with 2 additions and 0 deletions

View File

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