Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-20 08:18:54 -06:00
parent f041d93ee1
commit c1db98e9dc
1 changed files with 2 additions and 0 deletions

View File

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