Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 9a7b0bc

Browse files
peffgitster
authored andcommitted
doc/config: fix inline literals
Since commit 6cf378f, asciidoc backticks are now inline literals; therefore quoting {tilde} inside them is wrong (this instance was missed in 6cf378f because it happened on a parallel line of development). Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 34875f4 commit 9a7b0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ included file is expanded immediately, as if its contents had been
9595
found at the location of the include directive. If the value of the
9696
`include.path` variable is a relative path, the path is considered to be
9797
relative to the configuration file in which the include directive was
98-
found. The value of `include.path` is subject to tilde expansion: `{tilde}/`
99-
is expanded to the value of `$HOME`, and `{tilde}user/` to the specified
98+
found. The value of `include.path` is subject to tilde expansion: `~/`
99+
is expanded to the value of `$HOME`, and `~user/` to the specified
100100
user's home directory. See below for examples.
101101

102102
Example

0 commit comments

Comments
 (0)