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