Autogenerated HTML docs for v1.4.4.1-gba98
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 5 Dec 2006 01:11:46 +0000 (01:11 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 5 Dec 2006 01:11:46 +0000 (01:11 +0000)
git-clone.html
git-clone.txt

index c0c218d8adbec755af6af812e6fda4e2c0eb6341..0ddb33b645c16f5cbf42da025aa2077b979fafd6 100644 (file)
@@ -275,7 +275,7 @@ git-clone(1) Manual Page
 <div class="verseblock">\r
 <div class="content"><em>git-clone</em> [--template=&lt;template_directory&gt;] [-l [-s]] [-q] [-n] [--bare]\r
           [-o &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]\r
-          [--use-separate-remote | --use-immingled-remote] &lt;repository&gt;\r
+          [--use-separate-remote | --no-separate-remote] &lt;repository&gt;\r
           [&lt;directory&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -430,7 +430,7 @@ branch you are currently working on.  Remote branches other than
 </p>\r
 </dd>\r
 <dt>\r
---use-immingled-remote\r
+--no-separate-remote\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -536,7 +536,7 @@ Create a repository on the kernel.org machine that borrows from Linus
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Nov-2006 11:37:02 UTC\r
+Last updated 05-Dec-2006 01:11:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4cb42237b559723a0e59ac8e29c78a20304f38d0..d5efa00dea7de8429b32dac006d0c5496076303d 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 [verse]
 'git-clone' [--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>]
 
 DESCRIPTION
@@ -105,7 +105,7 @@ OPTIONS
        of `$GIT_DIR/refs/heads/`.  Only the local master branch is
        saved in the latter. This is the default.
 
---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