[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/7] docs/devel: add b4 for patch retrieval
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 3/7] docs/devel: add b4 for patch retrieval |
Date: |
Tue, 19 Nov 2024 09:14:42 +0000 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Mon, Nov 18, 2024 at 09:23:53AM -0800, Pierrick Bouvier wrote:
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
> ---
> docs/devel/submitting-a-patch.rst | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/docs/devel/submitting-a-patch.rst
> b/docs/devel/submitting-a-patch.rst
> index 953682f20cb..d25c677d996 100644
> --- a/docs/devel/submitting-a-patch.rst
> +++ b/docs/devel/submitting-a-patch.rst
> @@ -417,6 +417,16 @@ For more details on how QEMU's stable process works,
> refer to the
>
> .. _participating_in_code_review:
>
> +Retrieve an existing series
> +---------------------------
> +
> +If you want to apply an existing series on top of your tree, you can simply
> use
> +`b4 <https://github.com/mricon/b4>`__.
> +
> +::
> +
> + b4 shazam $msg-id
I'm wondering how b4 knows where to find the mails for $msg-id for QEMU ?
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting, (continued)
- [PATCH 6/7] docs: add a glossary, Pierrick Bouvier, 2024/11/18
- [PATCH 5/7] docs: add a codebase section, Pierrick Bouvier, 2024/11/18
- [PATCH 7/7] docs: add a how to section, Pierrick Bouvier, 2024/11/18
- [PATCH 1/7] docs/devel: remove dead video link for sourcehut submit process, Pierrick Bouvier, 2024/11/18
- [PATCH 3/7] docs/devel: add b4 for patch retrieval, Pierrick Bouvier, 2024/11/18
- Re: [PATCH 3/7] docs/devel: add b4 for patch retrieval,
Daniel P . Berrangé <=