diff options
author | Steven Drake <sdrake@xnet.co.nz> | 2010-02-17 12:44:46 +1300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-17 12:17:53 -0800 |
commit | d8a8488d569420c4e0a96a8df36b246d888e68d4 (patch) | |
tree | d9f19002be9ae33419ef58be6b6843640fbf7472 /Documentation/config.txt | |
parent | 90b45187ba51a15c8a80680597240e32421f53bb (diff) | |
download | git-d8a8488d569420c4e0a96a8df36b246d888e68d4.tar.gz |
Add a "TEMPLATE DIRECTORY" section to git-init[1].
Create a more inoformative section to describe template directory and
refer to it in config.txt and with the '--template' option of git-init
and git-clone commands.
Signed-off-by: Steven Drake <sdrake@xnet.co.nz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 4c36aa95b7..310d36b20f 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1200,6 +1200,10 @@ imap:: The configuration variables in the 'imap' section are described in linkgit:git-imap-send[1]. +init.templatedir:: + Specify the directory from which templates will be copied. + (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].) + instaweb.browser:: Specify the program that will be used to browse your working repository in gitweb. See linkgit:git-instaweb[1]. |