Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-29 12:52:11 -06:00
parent ce2efb18a2
commit 62d352c540
1 changed files with 2 additions and 0 deletions

View File

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