summaryrefslogtreecommitdiff
path: root/Documentation/git-init.txt
diff options
context:
space:
mode:
authorLinus Arver <linusarver@gmail.com>2014-08-08 17:29:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-08-08 20:17:41 (GMT)
commit86d387af3763e44f8ebdf91e74c37cc002495625 (patch)
treeaf031f8ea7b197344b99edc16654dd9a6797c6f0 /Documentation/git-init.txt
parentddeab3aea3c81783b13ff7091552c205d0884675 (diff)
downloadgit-86d387af3763e44f8ebdf91e74c37cc002495625.zip
git-86d387af3763e44f8ebdf91e74c37cc002495625.tar.gz
git-86d387af3763e44f8ebdf91e74c37cc002495625.tar.bz2
Documentation: git-init: template directory: reword
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.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
index c02ccd0..6ffe721 100644
--- a/Documentation/git-init.txt
+++ b/Documentation/git-init.txt
@@ -119,15 +119,15 @@ TEMPLATE DIRECTORY
The template directory contains files and directories that will be copied to
the `$GIT_DIR` after it is created.
-The template directory used will be (in order):
+The template directory will be one of the following (in order):
- - The argument given with the `--template` option.
+ - the argument given with the `--template` option;
- - The contents of the `$GIT_TEMPLATE_DIR` environment variable.
+ - the contents of the `$GIT_TEMPLATE_DIR` environment variable;
- - The `init.templatedir` configuration variable.
+ - the `init.templatedir` configuration variable; or
- - The default template directory: `/usr/share/git-core/templates`.
+ - 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.