On Wed, May 20, 2009 at 07:37:05AM -0700, Darren VanBuren wrote:
> A send-email command? I didn't even realize that such a command existed. I 
> should also start using format-patch instead of diff.

I tend to do one at a time, but send-email will actually do it all.

In my ~/.gitconfig I have the following settings:

user.name=Paul W. Frields
[email protected]
user.signingkey=0xbd113717
sendemail.smtpserver=smtp.gmail.com
sendemail.smtpuser=stickster
sendemail.smtpencryption=ssl

Then I can do:

$ git send-email --compose --to <[email protected]>
  --suppress-cc self --subject 'Some Subject' <commit1>..<commit2>

I use my $EDITOR to compose the cover message.  Git asks for my SMTP
password and does the rest!

-- 
Paul W. Frields                                http://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
  irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug

-- 
Fedora-websites-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-websites-list

Reply via email to