From 7f4f441465acd324f8eb4744b0a34aed5f2d17fa Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 29 Sep 2020 18:58:22 +0200 Subject: [PATCH] docs: quote "git log" Reviewed-by: Eric Engestrom Part-of: --- docs/submittingpatches.rst | 4 ++-- 1 file 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: