Monorepo for Tangled tangled.org

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

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:qfpnj4og54vl56wngdriaxug/sh.tangled.repo.pull/3m7hulbgp7a22
+3
Interdiff #0 #1
+3
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) {
types/commit.go

This file has not been changed.

History

2 rounds 0 comments
sign up or login to add to the discussion
oppi.li submitted #1
1 commit
expand
types: add utility to extract co-authors from a commit
3/3 success
expand
expand 0 comments
pull request successfully merged
oppi.li submitted #0
1 commit
expand
types: add utility to extract co-authors from a commit
3/3 success
expand
expand 0 comments