From: Matthieu Moy Date: Tue, 28 Jun 2016 11:40:13 +0000 (+0200) Subject: doc: typeset long options with argument as literal X-Git-Tag: v2.9.3~56^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bb72e10a4196dda93afd8afba55e15fb1e5503c4?ds=inline;hp=--cc doc: typeset long options with argument as literal We previously reformatted '--option' to `--option`. This patch reformats '--option ' to `--option `. Obtained with: perl -pi -e "s/'(--[a-z][a-z=<>-]* <[^>]*>)'/\`\$1\`/g" *.txt Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- bb72e10a4196dda93afd8afba55e15fb1e5503c4 diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 79905fbdaf..f163113a6f 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -47,12 +47,12 @@ checks or transformations are performed on the value. When reading, the values are read from the system, global and repository local configuration files by default, and options -`--system`, `--global`, `--local` and '--file ' can be +`--system`, `--global`, `--local` and `--file ` can be used to tell the command to read from only that location (see <>). When writing, the new value is written to the repository local configuration file by default, and options `--system`, `--global`, -'--file ' can be used to tell the command to write to +`--file ` can be used to tell the command to write to that location (you can say `--local` but that is the default). This command will fail with non-zero status upon error. Some exit