summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-10-27 06:23:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-10-29 01:17:02 (GMT)
commitec335607b7dadee89ca24737f8e41b1c7733da7c (patch)
tree39d1e3eab248a21cf0aee53ddd7a6e224474c97a /Documentation
parentc1b342adcea5648353add010c4cfa22a810776ba (diff)
downloadgit-ec335607b7dadee89ca24737f8e41b1c7733da7c.zip
git-ec335607b7dadee89ca24737f8e41b1c7733da7c.tar.gz
git-ec335607b7dadee89ca24737f8e41b1c7733da7c.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt4
-rw-r--r--Documentation/config/init.txt3
2 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 03b7ac7..94b14af 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -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
index 0000000..46fa8c6
--- /dev/null
+++ b/Documentation/config/init.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].)