qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [web PATCH] Add a git-publish configuration file


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [web PATCH] Add a git-publish configuration file
Date: Fri, 19 Oct 2018 09:58:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

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é <address@hidden>
> ---
> 
> 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 = address@hidden
> +prefix = web PATCH
> +cc = Paolo Bonzini <address@hidden>
> +cc = Thomas Huth <address@hidden>
> 

Pushed, thanks.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]