Notes added by 'git notes append'
This commit is contained in:
parent
28e870f442
commit
d0f4a8f0a5
|
@ -1814,3 +1814,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