Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: git-init: template directory: reword
author
Linus Arver
<linusarver@gmail.com>
Fri, 8 Aug 2014 17:29:16 +0000
(10:29 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 8 Aug 2014 20:17:41 +0000
(13:17 -0700)
Signed-off-by: Linus Arver <linusarver@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-init.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
ddeab3a
)
diff --git
a/Documentation/git-init.txt
b/Documentation/git-init.txt
index c02ccd0b1450c303ccf0429adc455a0108ebb789..6ffe721ecc7da3a03ec1fc7ae4d358a100c1574c 100644
(file)
--- 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 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
- -
T
he default template directory: `/usr/share/git-core/templates`.
+ -
t
he 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 default template directory includes some directory structure, some
suggested "exclude patterns", and copies of sample "hook" files.