X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.gitconfig;h=4a5100655c6b27cec53a6d7224da0fb44af93b00;hb=42d95e4a5a038c7c2c42a80fc3d6b04ad53d25dd;hp=127d03752262870c9e5786358823a3d7ebc8c1c1;hpb=2a81e05ce09983fb6497fc6f3ce7e243fad820d5;p=cmccabe-etc diff --git a/.gitconfig b/.gitconfig index 127d037..4a51006 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,14 +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