diff options
-rw-r--r-- | Documentation/git-init.txt | 5 |
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 -------- |