Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-30 19:55:01 -06:00
parent 1c762c7a06
commit 142a9876ae
1 changed files with 2 additions and 0 deletions

View File

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