On 02/08/2011 03:41 AM, Michal Novotny wrote:
5. Format it using `git format-patch -X` where X is the number of
patch
parts to be posted, for multipart patch (X > 1) please use also
numbering (-n) option and include the cover-letter (--cover-letter).
6. Send to libvir-list(a)redhat.com using the `git send-email <files> --to
libvir-list(a)redhat.com` command where <files> can be "000*" to send all
the patches formatted by git format-patch since git format-patch names
the files starting with the 4 digit numbers.
These two steps can be combined, with no need to worry about 000*
temporary files, and with a config option to set the default email address:
git config --local sendemail.to=libvir-list(a)redhat.com
git send-email -X --cover-letter
Basically, send-email understands all the same options as format-patch.
--
Eric Blake eblake(a)redhat.com +1-801-349-2682
Libvirt virtualization library
http://libvirt.org