diff options
author | Steven Drake <sdrake@xnet.co.nz> | 2010-02-17 00:44:46 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-17 21:17:53 +0100 |
commit | d8a8488d569420c4e0a96a8df36b246d888e68d4 (patch) | |
tree | d9f19002be9ae33419ef58be6b6843640fbf7472 /Documentation/git-clone.txt | |
parent | Add `init.templatedir` configuration variable. (diff) | |
download | git-d8a8488d569420c4e0a96a8df36b246d888e68d4.tar.xz git-d8a8488d569420c4e0a96a8df36b246d888e68d4.zip |
Add a "TEMPLATE DIRECTORY" section to git-init[1].
Create a more inoformative section to describe template directory and
refer to it in config.txt and with the '--template' option of git-init
and git-clone commands.
Signed-off-by: Steven Drake <sdrake@xnet.co.nz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 f43c8b2c08..3919b7d44f 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 |