Notes added by 'git notes append'
This commit is contained in:
parent
c27d3c0016
commit
3703922b6a
|
@ -737,3 +737,5 @@ func (all *Files) Append(newP *File) bool {
|
||||||
all.Files = append(all.Files, newP)
|
all.Files = append(all.Files, newP)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:`
|
||||||
|
|
Loading…
Reference in New Issue