summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-09-29 18:58:22 +0200
committerMarge Bot <eric+marge@anholt.net>2020-09-30 08:18:21 +0000
commit7f4f441465acd324f8eb4744b0a34aed5f2d17fa (patch)
tree818a16d7cb71671ee6f9cff83b0c007966e583cf
parent50e26e5376e542b6c6483bcfd689ffd5ffd20369 (diff)
docs: quote "git log"
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6915>
-rw-r--r--docs/submittingpatches.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst
index f4e20b91621..cac9786284f 100644
--- a/docs/submittingpatches.rst
+++ b/docs/submittingpatches.rst
@@ -26,8 +26,8 @@ Patch formatting
----------------
- Lines should be limited to 75 characters or less so that Git logs
- displayed in 80-column terminals avoid line wrapping. Note that git
- log uses 4 spaces of indentation (4 + 75 < 80).
+ displayed in 80-column terminals avoid line wrapping. Note that
+ ``git log`` uses 4 spaces of indentation (4 + 75 < 80).
- The first line should be a short, concise summary of the change
prefixed with a module name. Examples: