Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-17 13:41:19 -06:00
parent 6f4465dda7
commit b26edf1e39
1 changed files with 2 additions and 0 deletions

View File

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