diff mbox series

[30/59] config.txt: move init.* to a separate file

Message ID 20181020123848.2785-31-pclouds@gmail.com (mailing list archive)
State New, archived
Headers show
Series Split config.txt | expand

Commit Message

Duy Nguyen Oct. 20, 2018, 12:38 p.m. UTC
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
 Documentation/config.txt      | 4 +---
 Documentation/init-config.txt | 3 +++
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/init-config.txt
diff mbox series

Patch

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 5ba7975837..c91dc2ceef 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -608,9 +608,7 @@  imap::
 
 include::index-config.txt[]
 
-init.templateDir::
-	Specify the directory from which templates will be copied.
-	(See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)
+include::init-config.txt[]
 
 instaweb.browser::
 	Specify the program that will be used to browse your working
diff --git a/Documentation/init-config.txt b/Documentation/init-config.txt
new file mode 100644
index 0000000000..46fa8c6a08
--- /dev/null
+++ b/Documentation/init-config.txt
@@ -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].)