Autogenerated man pages for v1.4.4.1-gba98
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 5 Dec 2006 01:11:51 +0000 (01:11 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 5 Dec 2006 01:11:51 +0000 (01:11 +0000)
man1/git-clone.1

index c307d5f77157b453e5249ec14d4a304a577b946f..1a18a0e6e71d39d5ede377de9ced2052619c210f 100755 (executable)
@@ -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/24/2006" "" ""
+.TH "GIT\-CLONE" "1" "12/05/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -14,7 +14,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>]
-          [\-\-use\-separate\-remote | \-\-use\-immingled\-remote] <repository>
+          [\-\-use\-separate\-remote | \-\-no\-separate\-remote] <repository>
           [<directory>]
 .fi
 .SH "DESCRIPTION"
@@ -88,7 +88,7 @@ $GIT_DIR/remotes/origin/
 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>