diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-10 15:32:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-10 15:32:43 -0800 |
commit | 90a2bf9ca155c8e0e43d9e30197d9562dd02ea96 (patch) | |
tree | 5c6b98713a4724ef44054b5fe513d260157e3bd4 /Documentation/git-clone.txt | |
parent | c505a850157961d2db4512d029753946d0591649 (diff) | |
parent | 160ad147fe9f644fc35224095e1d1a01be0208de (diff) | |
download | git-90a2bf9ca155c8e0e43d9e30197d9562dd02ea96.tar.gz |
Merge branch 'sd/init-template'
* sd/init-template:
wrap-for-bin: do not export an empty GIT_TEMPLATE_DIR
t/t0001-init.sh: add test for 'init with init.templatedir set'
init: having keywords without value is not a global error.
Add a "TEMPLATE DIRECTORY" section to git-init[1].
Add `init.templatedir` configuration variable.
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 88ea6246a1..4cb7d78cfc 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -149,8 +149,7 @@ objects from the source repository into a pack in the cloned repository. --template=<template_directory>:: Specify the directory from which templates will be used; - if unset the templates are taken from the installation - defined default, typically `/usr/share/git-core/templates`. + (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].) --depth <depth>:: Create a 'shallow' clone with a history truncated to the |