config.txt: clarify multiple key values in include.path
The phrasing in this paragraph may give an impression that you can only use it once. Rephrase it a bit. Helped-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Nguyễn Thái Ngọc Duy committed
Mar 1, 2017 at 18:26 UTC
df0233be96b0da468e48e1f92a219f35c46b7e04
1 file changed
+2
-2
Documentation/config.txt
+2
-2
@@ -79,10 +79,10 @@ escape sequences) are invalid.
79
Includes
80
~~~~~~~~
81
82
-You can include one config file from another by setting the special
82
+You can include a config file from another by setting the special
83
`include.path` variable to the name of the file to be included. The
84
variable takes a pathname as its value, and is subject to tilde
85
-expansion.
85
+expansion. `include.path` can be given multiple times.
86
87
The
88
included file is expanded immediately, as if its contents had been