Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-30 13:48:00 -06:00
parent 5c1b45f5eb
commit e2aa51e56e
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:`