Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Arver <linusarver@gmail.com>2014-08-08 21:29:19 +0400
committerJunio C Hamano <gitster@pobox.com>2014-08-09 00:17:42 +0400
commit8994fbf3ec97d408e2bceefad0328c5951a3de14 (patch)
tree99d4d34dc55b9dbb410fb1fedbf830a43df56fcf /Documentation/git-init.txt
parent4dde849a20267153aa86ffeb1476cd5886d0fc57 (diff)
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/git-init.txt')
-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 21e5ad9cf8..9f2c7d8484 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
--------