Autogenerated man pages for v1.3.3-gd177e
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 28 May 2006 20:58:12 +0000 (20:58 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 28 May 2006 20:58:12 +0000 (20:58 +0000)
man1/git-clone.1

index 772f953..cc39f25 100755 (executable)
@@ -23,8 +23,8 @@ git-clone \- Clones a repository
 .SH "SYNOPSIS"
 
 .nf
-\fIgit\-clone\fR [\-l [\-s]] [\-q] [\-n] [\-\-bare] [\-o <name>] [\-u <upload\-pack>]
-          [\-\-reference <repository>]
+\fIgit\-clone\fR [\-\-template=<template_directory>] [\-l [\-s]] [\-q] [\-n] [\-\-bare]
+          [\-o <name>] [\-u <upload\-pack>] [\-\-reference <repository>]
           <repository> [<directory>]
 .fi
 
@@ -78,6 +78,10 @@ Instead of using the branch name \fIorigin\fR to keep track of the upstream repo
 When given, and the repository to clone from is handled by \fIgit\-clone\-pack\fR, \fI\-\-exec=<upload\-pack>\fR is passed to the command to specify non\-default path for the command run on the other end\&.
 
 .TP
+\-\-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\&.
+
+.TP
 <repository>
 The (possibly remote) repository to clone from\&. It can be any URL git\-fetch supports\&.