Re: How to send patch series without storing them to disk?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 3 Nov 2008, Liu Yubao wrote:
> 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.

Try removing --smtp-encryption and add --envelope-sender <youremail>.


	Ian
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux