Autogenerated man pages for v1.4.0-rc2-g5e3a6 man
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 10 Jun 2006 09:29:30 +0000 (09:29 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 10 Jun 2006 09:29:30 +0000 (09:29 +0000)
man1/git-clone.1

index cc39f25..7568684 100755 (executable)
@@ -25,7 +25,7 @@ git-clone \- Clones a repository
 .nf
 \fIgit\-clone\fR [\-\-template=<template_directory>] [\-l [\-s]] [\-q] [\-n] [\-\-bare]
           [\-o <name>] [\-u <upload\-pack>] [\-\-reference <repository>]
-          <repository> [<directory>]
+          [\-\-use\-separate\-remote] <repository> [<directory>]
 .fi
 
 .SH "DESCRIPTION"
@@ -82,6 +82,10 @@ When given, and the repository to clone from is handled by \fIgit\-clone\-pack\f
 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
 <repository>
 The (possibly remote) repository to clone from\&. It can be any URL git\-fetch supports\&.