From: Liu Yubao <yubao.liu@gmail.com>
To: git@vger.kernel.org
Subject: How to send patch series without storing them to disk?
Date: Mon, 03 Nov 2008 17:33:50 +0800 [thread overview]
Message-ID: <490EC57E.4080200@gmail.com> (raw)
Hi,
I want to send patches like this:
git format-patch --stdout --no-color -C --thread -n $oldrev..$newrev | ...send...
It seems git-send-email can't read email from stdin.
I tried to send one patch using git-send-email, it reported "Syntax: AUTH mechanism".
git send-email --from <myemail> --to <my-another-email> \
--smtp-pass <mypass> --smtp-user <myaccount> \
--smtp-server <the-smtp-server> \
--smtp-encryption auth \
0001-just-a-test.patch
The parameters about smtp are right, I tested with msmtp. What's wrong?
I have MIME::Base64 and Authen::SASL installed and the smtp server doesn't use
ssl and tls.
next reply other threads:[~2008-11-03 9:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-03 9:33 Liu Yubao [this message]
2008-11-04 3:50 ` How to send patch series without storing them to disk? Ian Hilt
2008-11-04 6:01 ` Liu Yubao
2008-11-04 4:04 ` Ian Hilt
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=490EC57E.4080200@gmail.com \
--to=yubao.liu@gmail.com \
--cc=git@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.