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 patch submission.
We've added it for the main libguestfs repo here[1].
[1]
https://github.com/libguestfs/libguestfs/commit/8487e906d
Signed-off-by: Kashyap Chamarthy <kchamart(a)redhat.com>
---
.gitpublish | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .gitpublish
diff --git a/.gitpublish b/.gitpublish
new file mode 100644
index 00000000..2aae0c09
--- /dev/null
+++ b/.gitpublish
@@ -0,0 +1,3 @@
+[gitpublishprofile "default"]
+base = master
+to = guestfs(a)lists.libguestfs.org
--
2.48.1