Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-11 06:17:05 -06:00
parent 2da934acd9
commit 1241eab15c
1 changed files with 2 additions and 0 deletions

View File

@ -1425,3 +1425,5 @@ type PatchsetGitAuthorName []*Patchset
func (a PatchsetGitAuthorName) Len() int { return len(a) }
func (a PatchsetGitAuthorName) Less(i, j int) bool { return a[i].GitAuthorName < a[j].GitAuthorName }
func (a PatchsetGitAuthorName) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
// `autogen:`