From: Nguyễn Thái Ngọc Duy Date: Sat, 27 Oct 2018 06:23:12 +0000 (+0200) Subject: config.txt: move init.* to a separate file X-Git-Tag: v2.20.0-rc0~59^2~39 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ec335607b7dadee89ca24737f8e41b1c7733da7c config.txt: move init.* to a separate file Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 03b7ac75fc..94b14af9f3 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 0000000000..46fa8c6a08 --- /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].)