git: update sendemail config

This commit is contained in:
Steffen Vogel 2018-12-26 11:23:15 +01:00
parent 8cb7b65bb3
commit 83023892a2

View file

@ -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