summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Arver <linusarver@gmail.com>2014-08-08 17:29:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-08-08 20:17:42 (GMT)
commit8994fbf3ec97d408e2bceefad0328c5951a3de14 (patch)
tree99d4d34dc55b9dbb410fb1fedbf830a43df56fcf /Documentation
parent4dde849a20267153aa86ffeb1476cd5886d0fc57 (diff)
downloadgit-8994fbf3ec97d408e2bceefad0328c5951a3de14.zip
git-8994fbf3ec97d408e2bceefad0328c5951a3de14.tar.gz
git-8994fbf3ec97d408e2bceefad0328c5951a3de14.tar.bz2
Documentation: git-init: template directory: reword and cross-reference
Signed-off-by: Linus Arver <linusarver@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-init.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
index 21e5ad9..9f2c7d8 100644
--- a/Documentation/git-init.txt
+++ b/Documentation/git-init.txt
@@ -129,9 +129,8 @@ The template directory will be one of the following (in order):
- the default template directory: `/usr/share/git-core/templates`.
-The default template directory includes some directory structure, some
-suggested "exclude patterns", and copies of sample "hook" files.
-The suggested patterns and hook files are all modifiable and extensible.
+The default template directory includes some directory structure, suggested
+"exclude patterns" (see linkgit:gitignore[5]), and sample hook files (see linkgit:githooks[5]).
EXAMPLES
--------