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

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

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