Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-15 19:00:46 -06:00
parent a43f52044f
commit f4d936f1d1
1 changed files with 2 additions and 0 deletions

View File

@ -2822,3 +2822,5 @@ func (x *Repos) AppendByFullPath(y *Repo) bool {
x.Repos = append(x.Repos, y)
return true
}
// `autogen:`