Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-01 12:38:46 -06:00
parent 54b695abc6
commit 97c395ec23
1 changed files with 2 additions and 0 deletions

View File

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