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
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
······
·········commitArgs = append(commitArgs, "--author", fmt.Sprintf("%s <%s>", authorName, authorEmail))+// else, will default to knot's global user.name & user.email configured via `KNOT_GIT_USER_*` env variables