Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-14 00:58:27 -06:00
parent 967c3b52ba
commit d8e0bbd65e
1 changed files with 2 additions and 0 deletions

View File

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