docs: quote "git log"

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6915>
This commit is contained in:
Erik Faye-Lund 2020-09-29 18:58:22 +02:00 committed by Marge Bot
parent 50e26e5376
commit 7f4f441465
1 changed files with 2 additions and 2 deletions

View File

@ -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: