From: Junio C Hamano Date: Sat, 10 Jun 2006 09:29:30 +0000 (+0000) Subject: Autogenerated man pages for v1.4.0-rc2-g5e3a6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2ed0503744498a812d8ec912b3817fbc0b6eb88b;p=git.git Autogenerated man pages for v1.4.0-rc2-g5e3a6 --- diff --git a/man1/git-clone.1 b/man1/git-clone.1 index cc39f2567..756868438 100755 --- a/man1/git-clone.1 +++ b/man1/git-clone.1 @@ -25,7 +25,7 @@ git-clone \- Clones a repository .nf \fIgit\-clone\fR [\-\-template=] [\-l [\-s]] [\-q] [\-n] [\-\-bare] [\-o ] [\-u ] [\-\-reference ] - [] + [\-\-use\-separate\-remote] [] .fi .SH "DESCRIPTION" @@ -81,6 +81,10 @@ When given, and the repository to clone from is handled by \fIgit\-clone\-pack\f \-\-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\&. +.TP +\-\-use\-separate\-remote +Save remotes heads under $GIT_DIR/remotes/origin/ instead of $GIT_DIR/refs/heads/\&. Only the master branch is saved in the latter\&. + .TP The (possibly remote) repository to clone from\&. It can be any URL git\-fetch supports\&.