Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-18 11:28:04 -06:00
parent 53dcbc2db6
commit e47de0068b
1 changed files with 2 additions and 0 deletions

View File

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