.gitconfig: add git-send-email config
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 21 Mar 2011 14:27:55 +0000 (07:27 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 21 Mar 2011 14:28:13 +0000 (07:28 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

.gitconfig

index 5c5145b..5832d39 100644 (file)
@@ -12,3 +12,7 @@
        threads = 4
 [sendemail]
        chainreplyto = false
+       smtpserver = smtp.gmail.com
+       smtpserverport = 587
+       smtpencryption = tls
+       smtpuser = rarecactus@gmail.com