]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config.txt: clarify multiple key values in include.path
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 1 Mar 2017 11:26:29 +0000 (18:26 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Mar 2017 03:49:30 +0000 (19:49 -0800)
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>
Documentation/config.txt

index 015346c4173c5f29b33445280ae849f3fcfffaa3..057803baad5033267e99059447d6ca7d6de68008 100644 (file)
@@ -79,10 +79,10 @@ escape sequences) are invalid.
 Includes
 ~~~~~~~~
 
-You can include one config file from another by setting the special
+You can include a config file from another by setting the special
 `include.path` variable to the name of the file to be included. The
 variable takes a pathname as its value, and is subject to tilde
-expansion.
+expansion. `include.path` can be given multiple times.
 
 The
 included file is expanded immediately, as if its contents had been