Mesa (master): docs: reword "sending a patch revision" to "updating a merge request"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 19 19:55:44 UTC 2020


Module: Mesa
Branch: master
Commit: a29a1588b1c7a5eb065d3622d4eac4eeeabf6505
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a29a1588b1c7a5eb065d3622d4eac4eeeabf6505

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Sun Jun  7 17:36:55 2020 +0200

docs: reword "sending a patch revision" to "updating a merge request"

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>

---

 docs/submittingpatches.rst | 7 ++++---
 1 file 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 at foo.com>
       Acked-by: Joe Hacker <jhacker at 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:
 



More information about the mesa-commit mailing list