Notes added by 'git notes append'
This commit is contained in:
parent
fb075aab30
commit
f0a5bc3514
|
@ -2248,3 +2248,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:`
|
||||||
|
|
Loading…
Reference in New Issue