back interdiff of round #2 and #1

knotserver: set default git committer user via config #529

merged
opened by boltless.me targeting master from boltless.me/core: push-skprtmnmwuqn

Introducing KNOT_GIT_USER_NAME and KNOT_GIT_USER_EMAIL environment variables.

This will prevent silently inheritting global gitconfig's user

Signed-off-by: Seongmin Lee boltlessengineer@proton.me

files
knotserver
ERROR
knotserver/config/config.go

Failed to calculate interdiff for this file.

REVERTED
knotserver/git/git.go
··· 109 109 } 110 110 g.h = *hash 111 111 } 112 - _, err = g.runGitCmd("config", "user.name", "<name>", "user.email", "<email>") 113 - if err != nil { 114 - return nil, err 115 - } 116 112 return &g, nil 117 113 } 118 114
ERROR
knotserver/git/merge.go

Failed to calculate interdiff for this file.

ERROR
knotserver/routes.go

Failed to calculate interdiff for this file.