.\" 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/24/2006" "" ""
+.TH "GIT\-CLONE" "1" "12/05/2006" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.nf
\fIgit\-clone\fR [\-\-template=<template_directory>] [\-l [\-s]] [\-q] [\-n] [\-\-bare]
[\-o <name>] [\-u <upload\-pack>] [\-\-reference <repository>]
- [\-\-use\-separate\-remote | \-\-use\-immingled\-remote] <repository>
+ [\-\-use\-separate\-remote | \-\-no\-separate\-remote] <repository>
[<directory>]
.fi
.SH "DESCRIPTION"
instead of
$GIT_DIR/refs/heads/. Only the local master branch is saved in the latter. This is the default.
.TP
-\-\-use\-immingled\-remote
+\-\-no\-separate\-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
<repository>