On Sat, Mar 21, 2026 at 07:45:35PM -0000, Guy Godfroy via Devel wrote:
> I believe i messed up and send twice the same patches, I am sorry. I do not 
> often submit patches using git send-email.

Two tips

 - Don't try to set "In-reply-to"  to point to the v1 posting.
   Each new version should just be sent as a top level email
   thread / patch series

 - Don't use 'git send-email' directly. The higher level
   'git publish' tool is recommended as it will "do the right thing"
   automatically in most cases without you having to remember to set
   any command line options. 

   The only setup needed for git-publish is to set your SMTP
   server with "git config --global sendemail.smtpServer 
stmp.youremailprovider.net"

   Everything else comes from the .gitpublish file that's part of
   libvirt.git for all users.

With regards,
Daniel
-- 
|: https://berrange.com       ~~        https://hachyderm.io/@berrange :|
|: https://libvirt.org          ~~          https://entangle-photo.org :|
|: https://pixelfed.art/berrange   ~~    https://fstop138.berrange.com :|

Reply via email to