]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation/git-merge.txt: use backticks for command wrapping
authorMichael Lohmann <mial.lohmann@gmail.com>
Wed, 20 Dec 2023 19:53:42 +0000 (20:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Dec 2023 21:40:01 +0000 (13:40 -0800)
commit63956c553d67fbc30a3c651e8115c4696eca4085
treeea35f430270c09edaddf585dc7c9a96dfe6e97c8
parentdc18ead555dc4d93bed7a72acc503a90a296f7bc
Documentation/git-merge.txt: use backticks for command wrapping

As RenĂ© found in the guidance from CodingGuidelines:

   Literal examples (e.g. use of command-line options, command names,
   branch names, URLs, pathnames (files and directories), configuration
   and environment variables) must be typeset in monospace (i.e. wrapped
   with backticks)

So all instances of single and double quotes for wraping said examples
were replaced with simple backticks.

Suggested-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Michael Lohmann <mi.al.lohmann@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-merge.txt