fix(git): fix broken git config and author name and email

This commit is contained in:
Jan-Ole Hübner 2025-04-13 02:46:59 +02:00
parent 0f958de2a8
commit f2a3df682e
2 changed files with 4 additions and 8 deletions

View file

@ -1,9 +1,3 @@
[user]
name = $GIT_AUTHOR
email = $GIT_EMAIL
[core]
excludesfile = $HOME/.config/git/.gitignore_global
autocrlf = input
[color]
diff = auto
status = auto

View file

@ -1,2 +1,4 @@
GIT_AUTHOR=""
GIT_EMAIL=""
GIT_AUTHOR_NAME=""
GIT_AUTHOR_EMAIL=""
GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL