Skip to content

Commit df0233b

Browse files
pcloudsgitster
authored andcommitted
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>
1 parent e7e07d5 commit df0233b

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
@@ -79,10 +79,10 @@ escape sequences) are invalid.
7979
Includes
8080
~~~~~~~~
8181

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
8383
`include.path` variable to the name of the file to be included. The
8484
variable takes a pathname as its value, and is subject to tilde
85-
expansion.
85+
expansion. `include.path` can be given multiple times.
8686

8787
The
8888
included file is expanded immediately, as if its contents had been

0 commit comments

Comments
 (0)