Skip to content

Commit

Permalink
config.txt: move init.* to a separate file
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
pclouds authored and gitster committed Oct 29, 2018
1 parent c1b342a commit ec33560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions Documentation/config/init.txt
Original file line number Diff line number Diff line change
@@ -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].)

0 comments on commit ec33560

Please sign in to comment.