[libvirt] [libvirt-php] New project on libvirt.org and information about sending patches

Eric Blake eblake at redhat.com
Tue Feb 8 15:17:05 UTC 2011


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 at redhat.com using the `git send-email <files> --to
> libvir-list at 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 at redhat.com

git send-email -X --cover-letter

Basically, send-email understands all the same options as format-patch.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110208/67eb133d/attachment-0001.sig>


More information about the libvir-list mailing list