From: Junio C Hamano Date: Sun, 28 May 2006 20:58:09 +0000 (+0000) Subject: Autogenerated HTML docs for v1.3.3-gd177e X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f31d9f5bcd0a1c236d8277df39c74927917ffb8f;p=git.git Autogenerated HTML docs for v1.3.3-gd177e --- diff --git a/git-clone.html b/git-clone.html index 1e4994a3..40353b4d 100644 --- a/git-clone.html +++ b/git-clone.html @@ -273,8 +273,8 @@ git-clone(1) Manual Page

SYNOPSIS

-
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

@@ -402,6 +402,16 @@ branch you are currently working on. Remote branches other than

+--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>
@@ -496,7 +506,7 @@ Create a repository on the kernel.org machine that borrows from Linus
diff --git a/git-clone.txt b/git-clone.txt index b333f510..94d93933 100644 --- a/git-clone.txt +++ b/git-clone.txt @@ -9,8 +9,8 @@ git-clone - Clones a repository SYNOPSIS -------- [verse] -'git-clone' [-l [-s]] [-q] [-n] [--bare] [-o ] [-u ] - [--reference ] +'git-clone' [--template=] [-l [-s]] [-q] [-n] [--bare] + [-o ] [-u ] [--reference ] [] DESCRIPTION @@ -89,6 +89,11 @@ OPTIONS the command to specify non-default path for the command run on the other end. +--template=:: + 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`. + :: The (possibly remote) repository to clone from. It can be any URL git-fetch supports.