Re: Change request - Using git send-email

2009-03-12 Thread Jeremy Katz
On Thursday, March 12 2009, Jesse Keating said:
 Here is a message from git send-email.
 
 To get here, I used:
 
 $ git commit -a
 Created commit cb85f54: Disable rawhide.
  1 files changed, 2 insertions(+), 1 deletions(-)
 
 $ git format-patch HEAD^
 0001-Disable-rawhide.patch
 
 $ git send-email --compose --to Fedora-infrastructure-list@redhat.com 
 0001-Disable-rawhide.patch

Note that if it's a single patch, --compose is probably overkill as it
makes two messages rather than one.  Your commit message is
self-explanatory, no?  (... and if not, edit the 0001 file before
running git send-email)

Jeremy

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: Change request - Using git send-email

2009-03-12 Thread Todd Zullinger
Jeremy Katz wrote:
 Note that if it's a single patch, --compose is probably overkill as
 it makes two messages rather than one.  Your commit message is
 self-explanatory, no?  (... and if not, edit the 0001 file before
 running git send-email)

For bonus points, the --subject-prefix option to git format-patch can
be used to change the prefix from [PATCH] to [Change Request]:

git format-patch --subject-prefix='Change Request' ... | git send-email

(An alias in git could make this quite convenient.)

Commentary could be added between the --- and the diffstat, as is
common on the git and kernel lists for patches.

-- 
ToddOpenPGP - KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~
The best cure for insomnia is to get a lot of sleep.
-- W.C. Fields



pgpkKaITOOHz4.pgp
Description: PGP signature
___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Change request - Using git send-email

2009-03-11 Thread Jesse Keating
Here is a message from git send-email.

To get here, I used:

$ git commit -a
Created commit cb85f54: Disable rawhide.
 1 files changed, 2 insertions(+), 1 deletions(-)

$ git format-patch HEAD^
0001-Disable-rawhide.patch

$ git send-email --compose --to Fedora-infrastructure-list@redhat.com 
0001-Disable-rawhide.patch

--
Jes


___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list