config.txt: move init.* to a separate file
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 27 Oct 2018 06:23:12 +0000 (08:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Oct 2018 01:17:02 +0000 (10:17 +0900)
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
Documentation/config/init.txt [new file with mode: 0644]
index 03b7ac75fcff7172eec9143d3a3415e1bff18439..94b14af9f3cf5252c6bf48f2df927fcc3a66c3d7 100644 (file)
@@ -357,9 +357,7 @@ include::config/imap.txt[]
 
 include::config/index.txt[]
 
-init.templateDir::
-       Specify the directory from which templates will be copied.
-       (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)
+include::config/init.txt[]
 
 instaweb.browser::
        Specify the program that will be used to browse your working
diff --git a/Documentation/config/init.txt b/Documentation/config/init.txt
new file mode 100644 (file)
index 0000000..46fa8c6
--- /dev/null
@@ -0,0 +1,3 @@
+init.templateDir::
+       Specify the directory from which templates will be copied.
+       (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)