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>
This commit is contained in:
parent
c1b342adce
commit
ec335607b7
@ -357,9 +357,7 @@ include::config/imap.txt[]
|
|||||||
|
|
||||||
include::config/index.txt[]
|
include::config/index.txt[]
|
||||||
|
|
||||||
init.templateDir::
|
include::config/init.txt[]
|
||||||
Specify the directory from which templates will be copied.
|
|
||||||
(See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)
|
|
||||||
|
|
||||||
instaweb.browser::
|
instaweb.browser::
|
||||||
Specify the program that will be used to browse your working
|
Specify the program that will be used to browse your working
|
||||||
|
3
Documentation/config/init.txt
Normal file
3
Documentation/config/init.txt
Normal file
@ -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].)
|
Loading…
Reference in New Issue
Block a user