Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-10 04:42:28 -06:00
parent c27d3c0016
commit 3703922b6a
1 changed files with 2 additions and 0 deletions

View File

@ -737,3 +737,5 @@ func (all *Files) Append(newP *File) bool {
all.Files = append(all.Files, newP)
return true
}
// `autogen:`