Thread (7 messages) flat view 7 messages, 3 authors, 2016-06-15

Re: gmail screws up patches looking for workable workaround

From: Caleb Cushing <hidden>
Date: 2016-06-15 22:46:10

~/.gitconfig
[sendemail]
   smtpserver = smtp.gmail.com
   smtpserverport = 587
   smtpuser = your.email@gmail.com
   smtppass = yourPassword
   smtpencryption = tls

$ git format-patch <options>
# add comments to 00*.patch files.
$ git send-email 00*
I've never seen any mangling using send-email, and the gmail SMTP
server.  I've never actually tried using imap-send.  Not quite the
answer to your question, but hopefully, it's another option.
[sendmail]
    smtpserver = smtp.gmail.com
    smtpserverport = 587
    smtpuser = xenoterracide@gmail.com
    smtppass = YeahITypedThisRight
    smtpencryption = tls

everything look good here? because mail isn't actually reaching it's
destination. I have a feeling that's because the MTA isn't set up. I
/could/ set that up... but I don't think that's something that anyone
should have to do to send email patches.

also according to someone else the reason git can't handle the
attachments is because they are still base64 encoded.
-- 
Caleb Cushing

http://xenoterracide.blogspot.com
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help