Re: [Libguestfs] [PATCH] git: Add 'git-publish' config file

2022-05-18 Thread Richard W.M. Jones
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

[Libguestfs] [PATCH] git: Add 'git-publish' config file

2022-05-18 Thread Kashyap Chamarthy
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

[Libguestfs] [PATCH] git: Add 'git-publish' config file

2022-05-18 Thread Kashyap Chamarthy
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