On Wed, Nov 20, 2024 at 09:51:27AM +0000, Alex Bennée wrote: > > I still send pull requests by hand: > > git send-email --confirm=never --quiet ${mailto} ${series}.pull/* > > but thats probably because I haven't figured out the steps for git > publish to do that.
A one-time setup task is to tell it what you preferred git remote is. I use "gitlab" as the name of my personal gitlab fork of QEMU, so $ git config remote.pushDefault gitlab With that one-time setup task, sending a pull rquest needs nothing more than adding '--pull' to the git-publish cli. It'll trigger signing of the tag, so be sure you have your gpg key available, and then push both the branch and signed tag to your git remote, and send emails in its normal way. With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|