config.txt: move init.* to a separate file

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 Oct 27, 2018 at 08:23 UTC ec335607b7dadee89ca24737f8e41b1c7733da7c
2 files changed +4 -3
Documentation/config.txt
+1 -3
@@ -357,9 +357,7 @@ include::config/imap.txt[]
357
358 include::config/index.txt[]
359
360 -init.templateDir::
361 - Specify the directory from which templates will be copied.
362 - (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)
360 +include::config/init.txt[]
361
362 instaweb.browser::
363 Specify the program that will be used to browse your working
Documentation/config/init.txt new
+3
@@ -0,0 +1,3 @@
1 +init.templateDir::
2 + Specify the directory from which templates will be copied.
3 + (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)