From: Linus Arver Date: Fri, 8 Aug 2014 17:29:16 +0000 (-0700) Subject: Documentation: git-init: template directory: reword X-Git-Tag: v2.2.0-rc0~164^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86d387af3763e44f8ebdf91e74c37cc002495625;p=git Documentation: git-init: template directory: reword Signed-off-by: Linus Arver Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index c02ccd0b14..6ffe721ecc 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.