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>

Nguyễn Thái Ngọc Duy committed Mar 1, 2017 at 18:26 UTC 1050e9874b708c3a65afc5af689ad2efe4df9053
1 file changed +4 -5
Documentation/config.txt
+4 -5
@@ -84,12 +84,11 @@ You can include a config file from another by setting the special
84 variable takes a pathname as its value, and is subject to tilde
85 expansion. `include.path` can be given multiple times.
86
87 -The
88 -included file is expanded immediately, as if its contents had been
87 +The included file is expanded immediately, as if its contents had been
88 found at the location of the include directive. If the value of the
90 -`include.path` variable is a relative path, the path is considered to be
91 -relative to the configuration file in which the include directive was
92 -found. See below for examples.
89 +`include.path` variable is a relative path, the path is considered to
90 +be relative to the configuration file in which the include directive
91 +was found. See below for examples.
92
93
94 Example