doc: typeset long options with argument as literal

We previously reformatted '--option' to `--option`. This patch reformats '--option <arg>' to `--option <arg>`. Obtained with: perl -pi -e "s/'(--[a-z][a-z=<>-]* <[^>]*>)'/\`\$1\`/g" *.txt Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Matthieu Moy committed Jun 28, 2016 at 13:40 UTC bb72e10a4196dda93afd8afba55e15fb1e5503c4
1 file changed +2 -2
Documentation/git-config.txt
+2 -2
@@ -47,12 +47,12 @@ checks or transformations are performed on the value.
47
48 When reading, the values are read from the system, global and
49 repository local configuration files by default, and options
50 -`--system`, `--global`, `--local` and '--file <filename>' can be
50 +`--system`, `--global`, `--local` and `--file <filename>` can be
51 used to tell the command to read from only that location (see <<FILES>>).
52
53 When writing, the new value is written to the repository local
54 configuration file by default, and options `--system`, `--global`,
55 -'--file <filename>' can be used to tell the command to write to
55 +`--file <filename>` can be used to tell the command to write to
56 that location (you can say `--local` but that is the default).
57
58 This command will fail with non-zero status upon error. Some exit