Notes added by 'git notes append'
This commit is contained in:
parent
cf248cfcea
commit
c751f59966
|
@ -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