Kashyap Chamarthy
2022-May-18 13:55 UTC
[Libguestfs] [PATCH] git: Add 'git-publish' config file
The `git-publish`[1] tool is a wrapper around `git-format-patch` and `git-send-email`. It's a handy tool that automates some of the tedious aspects of manual patch submission: - Submitting a patch to the list (with a small config in place) is as simple as `git publish` - On next revisions, it automatically increments version numbers - It auto-copies the list of To: and Cc: from your previous iteration - It lets you preview/edit emails before submission - You can also use standard `git-format-patch` and `git-send-email` options with `git publish` - You can send pull requests with `git publish --pull-request` - It also provides custom hooks ... and more[2] [1] https://github.com/stefanha/git-publish [2] https://github.com/stefanha/git-publish/blob/master/git-publish.pod Signed-off-by: Kashyap Chamarthy <kchamart at redhat.com> --- .gitpublish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitpublish diff --git a/.gitpublish b/.gitpublish new file mode 100644 index 000000000..9775dd231 --- /dev/null +++ b/.gitpublish @@ -0,0 +1,3 @@ +[gitpublishprofile "default"] +base = master +to = libguestfs at redhat.com -- 2.35.1
Richard W.M. Jones
2022-May-18 15:04 UTC
[Libguestfs] [PATCH] git: Add 'git-publish' config file
Thanks - I pushed both patches. Now to see if I can remember how to update the website ... Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v