Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-31 13:56:17 -06:00
parent 19f7459e54
commit 3ec012d864
1 changed files with 2 additions and 0 deletions

View File

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