diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-10-27 08:23:12 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-10-29 10:17:02 +0900 |
| commit | ec335607b7dadee89ca24737f8e41b1c7733da7c (patch) | |
| tree | 39d1e3eab248a21cf0aee53ddd7a6e224474c97a | |
| parent | c1b342adcea5648353add010c4cfa22a810776ba (diff) | |
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>
| -rw-r--r-- | Documentation/config.txt | 4 | ||||
| -rw-r--r-- | Documentation/config/init.txt | 3 |
2 files changed, 4 insertions, 3 deletions
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].) |
