Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
---
Documentation/config.txt | 4 +---
Documentation/init-config.txt | 3 +++
2 files changed, 4 insertions(+), 3 deletions(-)
create mode 100644 Documentation/init-config.txt
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].)
--
2.19.1.647.g708186aaf9