Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-29 20:46:50 -06:00
parent a237d0c8ee
commit 0af41e1227
1 changed files with 2 additions and 0 deletions

View File

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