summary refs log tree commit diff stats
path: root/.config/git
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-05-29 01:30:38 -0400
committerBen Morrison <ben@gbmor.dev>2020-05-29 01:32:38 -0400
commit2b98bc65d19bfc97561df9ba2db3839e5bf53a5f (patch)
tree9d49b1de821400eddcc0fef2e98ee99ff0a0837d /.config/git
parent70c34c4e076522639eebc980c4ee84e17ada0da3 (diff)
downloaddogfiles-2b98bc65d19bfc97561df9ba2db3839e5bf53a5f.tar.gz
changed smtp config for git send-email
Diffstat (limited to '.config/git')
-rw-r--r--.config/git/config10
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/git/config b/.config/git/config
index 28c9815..0a5c940 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -1,8 +1,8 @@
 [sendemail]
-	smtpencryption = tls
-	smtpserver = smtp.fastmail.com
-	smtpuser = ben@gbmor.dev
-	smtpserverport = 465
+	smtpEncryption = tls
+	smtpServer = smtp.fastmail.com
+	smtpUser = ben@gbmor.dev
+	smtpServerPort = 587
 	annotate = yes
 [user]
     name = "Ben Morrison"
@@ -15,3 +15,5 @@
 	protocol = ssh
 [sequence]
 	editor = interactive-rebase-tool
+[credential]
+	helper = cache --timeout 3600