Skip to content

Commit ca494c9

Browse files
pbo-linarostsquad
authored andcommitted
docs/devel: add b4 for patch retrieval
Reviewed-by: Richard Henderson <[email protected]> Signed-off-by: Pierrick Bouvier <[email protected]> Message-Id: <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Message-Id: <[email protected]>
1 parent f4ac443 commit ca494c9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/devel/submitting-a-patch.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,20 @@ For more details on how QEMU's stable process works, refer to the
433433

434434
.. _participating_in_code_review:
435435

436+
Retrieve an existing series
437+
---------------------------
438+
439+
If you want to apply an existing series on top of your tree, you can simply use
440+
`b4 <https://github.com/mricon/b4>`__.
441+
442+
::
443+
444+
b4 shazam $msg-id
445+
446+
The message id is related to the patch series that has been sent to the mailing
447+
list. You need to retrieve the "Message-Id:" header from one of the patches. Any
448+
of them can be used and b4 will apply the whole series.
449+
436450
Participating in Code Review
437451
----------------------------
438452

0 commit comments

Comments
 (0)