From: Dylan Baker
Date: Thu, 20 Dec 2018 17:28:56 +0000 (-0800)
Subject: docs: add note about using backticks for rbs in gitlab
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e872d14865fbe8dddf41b57b79137305144ead1;p=mesa.git
docs: add note about using backticks for rbs in gitlab
So that gitlab will render the < and > correctly allowing the tag to be
copy-n-pasted without additional formatting.
Reviewed-by: Eric Anholt
Reviewed-by: Jordan Justen
---
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index 61c6d1f8806..736cbd64de8 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -302,6 +302,17 @@ These Reviewed-by, Acked-by, and Tested-by tags should also be amended
into commits in a MR before it is merged.
+
+When providing a Reviewed-by, Acked-by, or Tested-by tag in a gitlab MR,
+enclose the tag in backticks:
+
+
+ `Reviewed-by: Joe Hacker <jhacker@example.com>`
+
+This is the markdown format for literal, and will prevent gitlab from hiding
+the < and > symbols.
+
+
Review by non-experts is encouraged. Understanding how someone else
goes about solving a problem is a great way to learn your way around