diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2017-03-01 18:26:30 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-11 19:49:43 -0800 |
commit | 1050e9874b708c3a65afc5af689ad2efe4df9053 (patch) | |
tree | 46c91251ba24433a855000d9a99c2b8c90df950b | |
parent | config.txt: clarify multiple key values in include.path (diff) | |
download | tgif-1050e9874b708c3a65afc5af689ad2efe4df9053.tar.xz |
config.txt: reflow the second include.path paragraph
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/config.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 057803baad..1d5fcf091e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -84,12 +84,11 @@ You can include a config file from another by setting the special variable takes a pathname as its value, and is subject to tilde expansion. `include.path` can be given multiple times. -The -included file is expanded immediately, as if its contents had been +The 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. See below for examples. +`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. See below for examples. Example |