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é <berra...@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 <pbonz...@redhat.com> > +cc = Thomas Huth <th...@redhat.com> >
Pushed, thanks. Paolo