Autogenerated HTML docs for v1.3.3-gd177e
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 28 May 2006 20:58:09 +0000 (20:58 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 28 May 2006 20:58:09 +0000 (20:58 +0000)
git-clone.html
git-clone.txt

index 1e4994a..40353b4 100644 (file)
@@ -273,8 +273,8 @@ git-clone(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-clone</em> [-l [-s]] [-q] [-n] [--bare] [-o &lt;name&gt;] [-u &lt;upload-pack&gt;]\r
-          [--reference &lt;repository&gt;]\r
+<div class="content"><em>git-clone</em> [--template=&lt;template_directory&gt;] [-l [-s]] [-q] [-n] [--bare]\r
+          [-o &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]\r
           &lt;repository&gt; [&lt;directory&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -402,6 +402,16 @@ branch you are currently working on.  Remote branches other than
 </p>\r
 </dd>\r
 <dt>\r
+--template=&lt;template_directory&gt;\r
+</dt>\r
+<dd>\r
+<p>\r
+        Specify the directory from which templates will be used;\r
+        if unset the templates are taken from the installation\r
+        defined default, typically <tt>/usr/share/git-core/templates</tt>.\r
+</p>\r
+</dd>\r
+<dt>\r
 &lt;repository&gt;\r
 </dt>\r
 <dd>\r
@@ -496,7 +506,7 @@ Create a repository on the kernel.org machine that borrows from Linus
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-May-2006 23:14:11 UTC\r
+Last updated 28-May-2006 20:58:03 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b333f51..94d9393 100644 (file)
@@ -9,8 +9,8 @@ git-clone - Clones a repository
 SYNOPSIS
 --------
 [verse]
-'git-clone' [-l [-s]] [-q] [-n] [--bare] [-o <name>] [-u <upload-pack>]
-         [--reference <repository>]
+'git-clone' [--template=<template_directory>] [-l [-s]] [-q] [-n] [--bare]
+         [-o <name>] [-u <upload-pack>] [--reference <repository>]
          <repository> [<directory>]
 
 DESCRIPTION
@@ -89,6 +89,11 @@ OPTIONS
        the command to specify non-default path for the command
        run on the other end.
 
+--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`.
+
 <repository>::
        The (possibly remote) repository to clone from.  It can
        be any URL git-fetch supports.