
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@redhat.com using the `git send-email<files> --to libvir-list@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@redhat.com
git send-email -X --cover-letter
Basically, send-email understands all the same options as format-patch.
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list Right,
On 02/08/2011 04:17 PM, Eric Blake wrote: thanks for this reply and information Eric :) Michal -- Michal Novotny<minovotn@redhat.com>, RHCE Virtualization Team (xen userspace), Red Hat