aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-24 10:48:09 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-24 10:48:09 -0800
commiteccf97c386ea970cc1fa6e6387f4786d05ecd76e (patch)
treed30c4c9f79ca196575a38456c2b0dc8f4e0a70b9
parentc0588fd61aa6da96824eec60719c505b66239dd6 (diff)
parent133f0a299da937d0a77a19a274c7730b2af5bf9c (diff)
downloadgit-eccf97c386ea970cc1fa6e6387f4786d05ecd76e.tar.gz
git-eccf97c386ea970cc1fa6e6387f4786d05ecd76e.tar.xz
Merge branch 'gp/document-dotfiles-in-templates-are-not-copied'
Doc update. * gp/document-dotfiles-in-templates-are-not-copied: init: document dotfiles exclusion on template copy
-rw-r--r--Documentation/git-init.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
index 9d27197de..3c5a67fb9 100644
--- a/Documentation/git-init.txt
+++ b/Documentation/git-init.txt
@@ -116,8 +116,8 @@ does not exist, it will be created.
TEMPLATE DIRECTORY
------------------
-The template directory contains files and directories that will be copied to
-the `$GIT_DIR` after it is created.
+Files and directories in the template directory whose name do not start with a
+dot will be copied to the `$GIT_DIR` after it is created.
The template directory will be one of the following (in order):