OSDN Git Service

config.txt: reflow the second include.path paragraph
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 1 Mar 2017 11:26:30 +0000 (18:26 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Mar 2017 03:49:43 +0000 (19:49 -0800)
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 057803b..1d5fcf0 100644 (file)
@@ -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