Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-19 10:52:14 -06:00
parent 79d060f9a1
commit 1a4f5458e6
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) x.Repos = append(x.Repos, y)
return true return true
} }
// `autogen:`