From: "Leo Razoumov" <slonik.az@gmail.com>
To: "Giuseppe Bilotta" <giuseppe.bilotta@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [Q] submitting patches from gmail
Date: Sat, 18 Oct 2008 10:12:06 -0400 [thread overview]
Message-ID: <ee2a733e0810180712k42a4dbb6m3d4e9de717a79b53@mail.gmail.com> (raw)
In-Reply-To: <gdcm3d$f3k$1@ger.gmane.org>
Giuseppe,
Thanks for the help!
BTW, what is /etc/ssl/certs/ca-certificates.crt and how to generate it?
--Leo--
On 10/18/08, Giuseppe Bilotta <giuseppe.bilotta@gmail.com> wrote:
> On Saturday 18 October 2008 14:08, Leo Razoumov wrote:
>
> > Hi Everyone,
> > I wonder what is the preferred way to submit patches from a gmail account.
> > Google mail auto wraps long lines and there is no way to change this setting.
> > Safe way would be to use attachments. Are they allowed on git mailing list?
>
>
> I've been sending patches from gmail for a while without problems. It took me
> a while to find a working configruation, but I finally managed to do it using
> msmtp. I have
>
> [sendemail]
> smtpserver = /usr/bin/msmtp
>
> in my ~/.gitconfig
>
> and the following ~/.msmtprc
>
> ======
> # Example for a user configuration file
>
> # Set default values for all following accounts.
> defaults
> tls on
> tls_trust_file /etc/ssl/certs/ca-certificates.crt
> logfile ~/.msmtp.log
>
> # My email service
> account gmail
> host smtp.gmail.com
> from yourgmailusername@gmail.com
> auth on
> user yourgmailusername
> password yourgmailpassword
>
> # Set a default account
> account default : gmail
> =========
>
> And to send patches I just use something like
>
> git send-email --to "git@vger.kernel.org" --cc "whoever" 00*
>
> --
> Giuseppe "Oblomov" Bilotta
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2008-10-18 14:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-18 12:08 [Q] submitting patches from gmail Leo Razoumov
2008-10-18 12:16 ` Tuncer Ayaz
2008-10-18 12:50 ` Giuseppe Bilotta
2008-10-18 13:00 ` Tuncer Ayaz
2008-10-18 14:12 ` Leo Razoumov [this message]
2008-10-18 14:20 ` Felipe Contreras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee2a733e0810180712k42a4dbb6m3d4e9de717a79b53@mail.gmail.com \
--to=slonik.az@gmail.com \
--cc=git@vger.kernel.org \
--cc=giuseppe.bilotta@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).