qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [web PATCH] Add a git-publish configuration file
@ 2018-10-18 14:57 Daniel P. Berrangé
  2018-10-18 21:07 ` Paolo Bonzini
  2018-10-19  7:58 ` Paolo Bonzini
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2018-10-18 14:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: Thomas Huth, Paolo Bonzini, Daniel P. Berrangé

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é <berrange@redhat.com>
---

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 = qemu-devel@nongnu.org
+prefix = web PATCH
+cc = Paolo Bonzini <pbonzini@redhat.com>
+cc = Thomas Huth <thuth@redhat.com>
-- 
2.17.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-19  7:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-18 14:57 [Qemu-devel] [web PATCH] Add a git-publish configuration file Daniel P. Berrangé
2018-10-18 21:07 ` Paolo Bonzini
2018-10-19  7:58 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).