From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDPgT-0001n9-8i for qemu-devel@nongnu.org; Fri, 19 Oct 2018 03:59:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDPgP-0005YM-Oi for qemu-devel@nongnu.org; Fri, 19 Oct 2018 03:59:00 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:33312) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDPgP-0005QS-Ae for qemu-devel@nongnu.org; Fri, 19 Oct 2018 03:58:57 -0400 Received: by mail-wr1-f65.google.com with SMTP id u1-v6so570598wrn.0 for ; Fri, 19 Oct 2018 00:58:56 -0700 (PDT) References: <20181018145748.11697-1-berrange@redhat.com> From: Paolo Bonzini Message-ID: Date: Fri, 19 Oct 2018 09:58:52 +0200 MIME-Version: 1.0 In-Reply-To: <20181018145748.11697-1-berrange@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [web PATCH] Add a git-publish configuration file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Daniel_P=2e_Berrang=c3=a9?= , qemu-devel@nongnu.org Cc: Thomas Huth On 18/10/2018 16:57, Daniel P. Berrangé wrote: > 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é > --- > > 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 > +cc = Thomas Huth > Pushed, thanks. Paolo