Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-29 13:11:20 -06:00
parent 03805345f9
commit 2ca22d692b
1 changed files with 2 additions and 0 deletions

View File

@ -980,3 +980,5 @@ func (x *Views) AppendByName(y *View) bool {
x.Views = append(x.Views, y)
return true
}
// `autogen:`