qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [web PATCH] Add a git-publish configuration file


From: Daniel P . Berrangé
Subject: [Qemu-devel] [web PATCH] Add a git-publish configuration file
Date: Thu, 18 Oct 2018 15:57:48 +0100

This adds a config file for git-publish, primarily so that patches get
sent with the "web" subject prefix to distinguish them from patches to
the main git repo.

Signed-off-by: Daniel P. Berrangé <address@hidden>
---

I picked Paolo & Thomas as CC since they appear to be the people
actually committing patches to qemu-web.git so far. Feel free to
correct me if needed...

 .gitpublish | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .gitpublish

diff --git a/.gitpublish b/.gitpublish
new file mode 100644
index 0000000..4cf08bc
--- /dev/null
+++ b/.gitpublish
@@ -0,0 +1,11 @@
+#
+# Common git-publish profiles that can be used to send patches to QEMU 
upstream.
+#
+# See https://github.com/stefanha/git-publish for more information
+#
+[gitpublishprofile "default"]
+base = master
+to = address@hidden
+prefix = web PATCH
+cc = Paolo Bonzini <address@hidden>
+cc = Thomas Huth <address@hidden>
-- 
2.17.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]