Kevin O'Connor wrote:
On Fri, May 11, 2012 at 09:09:22AM -0700, ron minnich wrote:
Let me know if this format is ok, this is the first in a series :-)
The format is okay. It's preferable if you can mail the output of 'git format-patch' directly, but it's also okay as an attachment. I use the following to send the mails via mutt:
mutt -e 'set abort_unmodified=no' -H 0001-my-patch.patch
See also the git send-email command.
//Peter