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

Failed to calculate interdiff for this file.