From: Nguyễn Thái Ngọc Duy Date: Wed, 1 Mar 2017 11:26:29 +0000 (+0700) Subject: config.txt: clarify multiple key values in include.path X-Git-Tag: v2.13.0-rc0~91^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df0233be96b0da468e48e1f92a219f35c46b7e04;p=thirdparty%2Fgit.git 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 Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 015346c417..057803baad 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -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