From: "Daniel P. Berrangé" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Thomas Huth" <thuth@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>
Subject: [Qemu-devel] [web PATCH] Add a git-publish configuration file
Date: Thu, 18 Oct 2018 15:57:48 +0100 [thread overview]
Message-ID: <20181018145748.11697-1-berrange@redhat.com> (raw)
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
next reply other threads:[~2018-10-18 14:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-18 14:57 Daniel P. Berrangé [this message]
2018-10-18 21:07 ` [Qemu-devel] [web PATCH] Add a git-publish configuration file Paolo Bonzini
2018-10-19 7:58 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181018145748.11697-1-berrange@redhat.com \
--to=berrange@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).