summaryrefslogtreecommitdiff
path: root/docs/submittingpatches.rst
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2020-06-07 17:36:55 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-19 19:51:53 +0000
commita29a1588b1c7a5eb065d3622d4eac4eeeabf6505 (patch)
treed3a8c592e48b064c486553649aff4f148b2408e6 /docs/submittingpatches.rst
parentfdebba27709884878aa7c828cc72f208303e038f (diff)
downloadmesa-a29a1588b1c7a5eb065d3622d4eac4eeeabf6505.tar.gz
docs: reword "sending a patch revision" to "updating a merge request"
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
Diffstat (limited to 'docs/submittingpatches.rst')
-rw-r--r--docs/submittingpatches.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst
index 611d5f56fa1..4142806d197 100644
--- a/docs/submittingpatches.rst
+++ b/docs/submittingpatches.rst
@@ -115,9 +115,10 @@ Patch formatting
Reviewed-by: Joe Hacker <jhacker@foo.com>
Acked-by: Joe Hacker <jhacker@foo.com>
-- If sending later revision of a patch, add all the tags - ack, r-b,
- ``Cc: mesa-stable`` and/or other. This provides reviewers with quick
- feedback if the patch has already been reviewed.
+- When updating a merge request add all the tags (``Acked-by:``, ``Reviewed-by:``,
+ ``Fixes:``, ``Cc: mesa-stable`` and/or other) to the commit messages.
+ This provides reviewers with quick feedback if the patch has already
+ been reviewed.
.. _testing: