mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-17 00:18:24 +00:00
docs/submittingpatches: mention use of the -x
flag of git cherry-pick
when backporting a commit
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13746>
This commit is contained in:
parent
d47bfd56de
commit
df93e7aeee
@ -360,6 +360,12 @@ appropriate. The MR should be based on and target the
|
||||
per the stable branch policy. Assigning the MR to release maintainer for
|
||||
said branch or mentioning them is helpful, but not required.
|
||||
|
||||
Make sure to use ``git cherry-pick -x`` when cherry-picking the commits
|
||||
from the main branch. This adds the "cherry picked from commit ..." line
|
||||
to the commit message, to allow the release maintainters to mark those
|
||||
as backported, which in turn allows the tools to correctly report any
|
||||
future ``Fixes:`` affecting the commits you backported.
|
||||
|
||||
Documentation patches
|
||||
---------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user