summary refs log tree commit diff stats
path: root/.config/git/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/git/config')
-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