Notes added by 'git notes append'
This commit is contained in:
parent
1c14aa0e4a
commit
d2d0e6fcc9
|
@ -2063,3 +2063,5 @@ func (x *Patches) AppendByFilename(y *Patch) bool {
|
||||||
x.Patches = append(x.Patches, y)
|
x.Patches = append(x.Patches, y)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:`
|
||||||
|
|
Loading…
Reference in New Issue