Skip to content

Commit ec33560

Browse files
pcloudsgitster
authored andcommitted
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>
1 parent c1b342a commit ec33560

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Documentation/config.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,7 @@ include::config/imap.txt[]
357357

358358
include::config/index.txt[]
359359

360-
init.templateDir::
361-
Specify the directory from which templates will be copied.
362-
(See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)
360+
include::config/init.txt[]
363361

364362
instaweb.browser::
365363
Specify the program that will be used to browse your working

Documentation/config/init.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
init.templateDir::
2+
Specify the directory from which templates will be copied.
3+
(See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)

0 commit comments

Comments
 (0)