Skip to content

Commit bb72e10

Browse files
moygitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 04b125d commit bb72e10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ checks or transformations are performed on the value.
4747

4848
When reading, the values are read from the system, global and
4949
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
5151
used to tell the command to read from only that location (see <<FILES>>).
5252

5353
When writing, the new value is written to the repository local
5454
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
5656
that location (you can say `--local` but that is the default).
5757

5858
This command will fail with non-zero status upon error. Some exit

0 commit comments

Comments
 (0)