about summary refs log tree commit diff
path: root/dev/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'dev/.gitconfig')
-rw-r--r--dev/.gitconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev/.gitconfig b/dev/.gitconfig
index 3c0864c..725abf9 100644
--- a/dev/.gitconfig
+++ b/dev/.gitconfig
@@ -4,9 +4,11 @@
 [diff]
 	tool = vimdiff
 	guitool = gvimdiff
-[github]
-	user = McSinyx
-
+[sendemail]
+	smtpserver = disroot.org
+	smtpuser = mcsinyx@disroot.org
+	smtpencryption = tls
+	smtpserverport = 587
 [filter "lfs"]
 	clean = git-lfs clean -- %f
 	smudge = git-lfs smudge -- %f