Notes added by 'git notes append'
This commit is contained in:
parent
8ef74d04c1
commit
bf5eafe24e
|
@ -1826,3 +1826,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