Release counter update

Paul W. Frields stickster at gmail.com
Wed May 20 14:51:41 UTC 2009


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
user.email=stickster at gmail.com
user.signingkey=0xbd113717
sendemail.smtpserver=smtp.gmail.com
sendemail.smtpuser=stickster
sendemail.smtpencryption=ssl

Then I can do:

$ git send-email --compose --to <address at example.com>
  --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




More information about the Fedora-websites-list mailing list