]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation/config/checkout: replace sq with backticks
authorDenton Liu <liu.denton@gmail.com>
Wed, 7 Oct 2020 05:09:08 +0000 (22:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Oct 2020 16:42:00 +0000 (09:42 -0700)
commitef09e7ddf3e77960ea24ea1580439fb725b4063a
treeb6dc212b56c0a7afaf387054d04fae48649e52af
parentd98273ba77e1ab9ec755576bc86c716a97bf59d7
Documentation/config/checkout: replace sq with backticks

The modern style for Git documentation is to use backticks to quote
any command-line documenation so that it is typeset in monospace.
Replace all single quotes with backticks to conform to this.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/checkout.txt