git: update sendemail config
This commit is contained in:
parent
8cb7b65bb3
commit
83023892a2
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue