summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-05-28 20:58:09 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-05-28 20:58:09 +0000
commitf31d9f5bcd0a1c236d8277df39c74927917ffb8f (patch)
tree5e6ea934ce4cf427a98a44199b79fa241774f54a /git-clone.html
parent8eb323cd1826b5ca863990318cd73992085d03b6 (diff)
downloadgit-htmldocs-f31d9f5bcd0a1c236d8277df39c74927917ffb8f.tar.gz
Autogenerated HTML docs for v1.3.3-gd177e
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/git-clone.html b/git-clone.html
index 1e4994a31..40353b4dc 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -273,8 +273,8 @@ git-clone(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-clone</em> [-l [-s]] [-q] [-n] [--bare] [-o &lt;name&gt;] [-u &lt;upload-pack&gt;]
- [--reference &lt;repository&gt;]
+<div class="content"><em>git-clone</em> [--template=&lt;template_directory&gt;] [-l [-s]] [-q] [-n] [--bare]
+ [-o &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]
&lt;repository&gt; [&lt;directory&gt;]</div></div>
</div>
<h2>DESCRIPTION</h2>
@@ -402,6 +402,16 @@ branch you are currently working on. Remote branches other than
</p>
</dd>
<dt>
+--template=&lt;template_directory&gt;
+</dt>
+<dd>
+<p>
+ Specify the directory from which templates will be used;
+ if unset the templates are taken from the installation
+ defined default, typically <tt>/usr/share/git-core/templates</tt>.
+</p>
+</dd>
+<dt>
&lt;repository&gt;
</dt>
<dd>
@@ -496,7 +506,7 @@ Create a repository on the kernel.org machine that borrows from Linus
</div>
<div id="footer">
<div id="footer-text">
-Last updated 05-May-2006 23:14:11 UTC
+Last updated 28-May-2006 20:58:03 UTC
</div>
</div>
</body>