Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-20 05:12:45 -06:00
parent d86a0a71ac
commit 17572c079f
1 changed files with 2 additions and 0 deletions

View File

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