From: Erik Faye-Lund
Date: Thu, 16 Jan 2020 17:01:41 +0000 (+0100)
Subject: docs: use code-tags instead of pre-tags
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a370cfd96ed11463a9e76c1d9bc42eb5f3858fde;p=mesa.git
docs: use code-tags instead of pre-tags
Similar to the previous two commits, it seems more appropriate to use
code-tags here than pre-tag.
Fixes: 9af6c38deff "docs: Add use of Closes: tag for closing gitlab issues"
Acked-by: Dylan Baker
Reviewed-by: Eric Engestrom
Part-of:
---
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index 403f4295e78..de27e6d9d8b 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -78,8 +78,8 @@ For example:
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1
-Prefer the full url to just
Closes: #1
, since the url makes it
-easier to get to the bug page from git log
+Prefer the full url to just Closes: #1
, since the url makes it
+easier to get to the bug page from git log
Do not use the Fixes: tag for this! Mesa already uses Fixes for something else.
If a patch addresses a issue introduced with earlier commit, that should be