]> git.ipfire.org Git - thirdparty/git.git/commit
doc: check-ignore: code-quote an exclamation mark
authorPhilip Oakley <philipoakley@iee.email>
Thu, 3 Feb 2022 10:16:43 +0000 (10:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Feb 2022 19:13:49 +0000 (11:13 -0800)
commit9325285df4988a35ab376947cc3599aeec0a24b6
tree9488210c41c99830aaacbd1d06ae9ab24b0ef186
parent4c53a8c20f8984adb226293a3ffd7b88c3f4ac1a
doc: check-ignore: code-quote an exclamation mark

The plain quoted exclamation mark renders as italics in the
Windows pdf help manual.

Fix this with back-tick quoting and surrounding double quotes
as exemplified by the gitignore.txt guide.

While at it, fix  the surrounding double quotes for the other
special characters usages.

Signed-off-by: Philip Oakley <philipoakley@iee.email>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-check-ignore.txt