Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-13 09:09:43 -06:00
parent bc2c7f2353
commit 941da2e879
1 changed files with 2 additions and 0 deletions

View File

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