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é <[email protected]> > --- > > 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 = [email protected] > +prefix = web PATCH > +cc = Paolo Bonzini <[email protected]> > +cc = Thomas Huth <[email protected]> >
Pushed, thanks. Paolo
