From c32795b9c3978dcd3537b8b86dc5adfd3b7a7821 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 24 Nov 2006 11:37:33 +0000 Subject: [PATCH] Autogenerated man pages for v1.4.4.1-g3fbe2 --- man1/git-clone.1 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/man1/git-clone.1 b/man1/git-clone.1 index 6d939e595..c307d5f77 100755 --- a/man1/git-clone.1 +++ b/man1/git-clone.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-CLONE" "1" "11/03/2006" "" "" +.TH "GIT\-CLONE" "1" "11/24/2006" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -14,7 +14,8 @@ git\-clone \- Clones a repository .nf \fIgit\-clone\fR [\-\-template=] [\-l [\-s]] [\-q] [\-n] [\-\-bare] [\-o ] [\-u ] [\-\-reference ] - [\-\-use\-separate\-remote] [] + [\-\-use\-separate\-remote | \-\-use\-immingled\-remote] + [] .fi .SH "DESCRIPTION" Clones a repository into a newly created directory. All remote branch heads are copied under $GIT_DIR/refs/heads/, except that the remote master is also copied to origin branch. @@ -53,9 +54,10 @@ and placing the administrative files in /.git, make the itself the -$GIT_DIR. This implies +$GIT_DIR. This obviously implies the \-n -option. When this option is used, neither the +because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly to corresponding local branch heads, without mapping them to +refs/remotes/origin/. When this option is used, neither the origin branch nor the default remotes/origin @@ -84,7 +86,10 @@ Specify the directory from which templates will be used; if unset the templates Save remotes heads under $GIT_DIR/remotes/origin/ instead of -$GIT_DIR/refs/heads/. Only the master branch is saved in the latter. +$GIT_DIR/refs/heads/. Only the local master branch is saved in the latter. This is the default. +.TP +\-\-use\-immingled\-remote +Save remotes heads in the same namespace as the local heads, `$GIT_DIR/refs/heads/'. In regular repositories, this is a legacy setup git\-clone created by default in older Git versions, and will be removed before the next major release. .TP The (possibly remote) repository to clone from. It can be any URL git\-fetch supports. -- 2.26.2