Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-19 04:42:13 -06:00
parent 2f197aed73
commit d61b47ec30
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) x.Patches = append(x.Patches, y)
return true return true
} }
// `autogen:`