[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 3/6] docs/devel: add b4 for patch retrieval
From: |
Pierrick Bouvier |
Subject: |
[PATCH v3 3/6] docs/devel: add b4 for patch retrieval |
Date: |
Fri, 6 Dec 2024 11:28:57 -0800 |
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 69df7682c5e..1ef7d137320 100644
--- a/docs/devel/submitting-a-patch.rst
+++ b/docs/devel/submitting-a-patch.rst
@@ -433,6 +433,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
+
Participating in Code Review
----------------------------
--
2.39.5
- [PATCH v3 0/6] Enhance documentation for new developers, Pierrick Bouvier, 2024/12/06
- [PATCH v3 1/6] docs/devel: remove dead video link for sourcehut submit process, Pierrick Bouvier, 2024/12/06
- [PATCH v3 4/6] docs/devel: add information on how to setup build environments, Pierrick Bouvier, 2024/12/06
- [PATCH v3 3/6] docs/devel: add b4 for patch retrieval,
Pierrick Bouvier <=
- [PATCH v3 2/6] docs/devel: add git-publish for patch submitting, Pierrick Bouvier, 2024/12/06
- [PATCH v3 6/6] docs: add a glossary, Pierrick Bouvier, 2024/12/06
- [PATCH v3 5/6] docs: add a codebase section, Pierrick Bouvier, 2024/12/06
- Re: [PATCH v3 0/6] Enhance documentation for new developers, Richard Henderson, 2024/12/06