Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-18 11:28:39 -06:00
parent 72ab7085ac
commit 4a2b02da2a
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:`