X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.gitconfig;h=4a5100655c6b27cec53a6d7224da0fb44af93b00;hb=0892a86caf84b305ef11f7252fa171a9786ffd43;hp=0385cdb2682d8bc40f6114fafcb257e145a150df;hpb=aa521d4fa48d4ff14b922c52d5c7c5def40fd939;p=cmccabe-etc diff --git a/.gitconfig b/.gitconfig index 0385cdb..4a51006 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,12 +1,24 @@ [core] editor = vim -[user] - name = Colin Patrick McCabe - email = cmccabe@alumni.cmu.edu + pager = less -FRX [color] branch = auto status = auto diff = auto ui = auto [pack] - threads = 0 + threads = 4 +[sendemail] + chainreplyto = false + smtpserver = smtp.gmail.com + smtpserverport = 587 + smtpencryption = tls + smtpuser = rarecactus@gmail.com +[imap] + folder = "[Gmail]/Drafts" + host = imaps://imap.gmail.com + user = rarecactus@gmail.com + port = 993 + sslverify = false +[push] + default = matching