diff --git a/home/.gitconfig b/home/.gitconfig index 3743a39..cf38def 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -49,11 +49,6 @@ [diff "xml"] textconv = xmllint --format --recover -[sendemail] - smtpEncryption = tls - smtpServer = mail.0l.de - smtpUser = stv0g - smtpServerPort = 587 [alias] addnw = !sh -c 'git diff -U0 -w --no-color "$@" | git apply --cached --ignore-whitespace --unidiff-zero -' l = log --oneline @@ -71,3 +66,9 @@ type = 'cat-file -t' dump = 'cat-file -p' +[sendemail] + confirm = auto + smtpEncryption = tls + smtpServer = mail.0l.de + smtpUser = stv0g + smtpServerPort = 587