]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc/config: fix inline literals
authorJeff King <peff@peff.net>
Wed, 2 May 2012 23:43:52 +0000 (19:43 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 May 2012 07:05:01 +0000 (00:05 -0700)
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index cb9882d0a8c48c0e35e486be4fde0e74c88461ac..355ee53652aad455a94df81096a7b4ef3fefdd14 100644 (file)
@@ -95,8 +95,8 @@ included file is expanded immediately, as if its contents had been
 found at the location of the include directive. If the value of the
 `include.path` variable is a relative path, the path is considered to be
 relative to the configuration file in which the include directive was
-found. The value of `include.path` is subject to tilde expansion: `{tilde}/`
-is expanded to the value of `$HOME`, and `{tilde}user/` to the specified
+found. The value of `include.path` is subject to tilde expansion: `~/`
+is expanded to the value of `$HOME`, and `~user/` to the specified
 user's home directory. See below for examples.
 
 Example