back interdiff of round #1 and #0

types: add utility to extract co-authors from a commit #861

merged
opened by oppi.li targeting master from op/rkowwwsvpoqx

uses a regex to detect & extract a object.Signature from the Co-authored-by header.

Signed-off-by: oppiliappan me@oppi.li

files
appview
types
REVERTED
appview/repo/repo_util.go
··· 1 package repo 2 3 import ( 4 "slices" 5 "sort" 6 "strings" ··· 8 "tangled.org/core/appview/db" 9 "tangled.org/core/appview/models" 10 "tangled.org/core/types" 11 ) 12 13 func sortFiles(files []types.NiceTree) {
··· 1 package repo 2 3 import ( 4 + "regexp" 5 "slices" 6 "sort" 7 "strings" ··· 9 "tangled.org/core/appview/db" 10 "tangled.org/core/appview/models" 11 "tangled.org/core/types" 12 + 13 + "github.com/go-git/go-git/v5/plumbing/object" 14 ) 15 16 func sortFiles(files []types.NiceTree) {
ERROR
types/commit.go

Failed to calculate interdiff for this file.