Skip to content

Commit 86d387a

Browse files
listxgitster
authored andcommitted
Documentation: git-init: template directory: reword
Signed-off-by: Linus Arver <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ddeab3a commit 86d387a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/git-init.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ TEMPLATE DIRECTORY
119119
The template directory contains files and directories that will be copied to
120120
the `$GIT_DIR` after it is created.
121121

122-
The template directory used will be (in order):
122+
The template directory will be one of the following (in order):
123123

124-
- The argument given with the `--template` option.
124+
- the argument given with the `--template` option;
125125

126-
- The contents of the `$GIT_TEMPLATE_DIR` environment variable.
126+
- the contents of the `$GIT_TEMPLATE_DIR` environment variable;
127127

128-
- The `init.templatedir` configuration variable.
128+
- the `init.templatedir` configuration variable; or
129129

130-
- The default template directory: `/usr/share/git-core/templates`.
130+
- the default template directory: `/usr/share/git-core/templates`.
131131

132132
The default template directory includes some directory structure, some
133133
suggested "exclude patterns", and copies of sample "hook" files.

0 commit comments

Comments
 (0)