From: Nguyễn Thái Ngọc Duy Date: Wed, 1 Mar 2017 11:26:30 +0000 (+0700) Subject: config.txt: reflow the second include.path paragraph X-Git-Tag: v2.13.0-rc0~91^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1050e9874b708c3a65afc5af689ad2efe4df9053;p=git-core%2Fgit.git config.txt: reflow the second include.path paragraph 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 057803baa..1d5fcf091 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