Autogenerated HTML docs for v1.2.4-gb0a3de4
[git.git] / git-clone.html
index eade541..42c85d5 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 7.0.1" />\r
+<meta name="generator" content="AsciiDoc 7.0.2" />\r
 <style type="text/css">\r
 /* Debug borders */\r
 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
@@ -266,14 +266,14 @@ git-clone(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-clone -\r
-   Clones a repository.\r
+   Clones a repository\r
 </p>\r
 </div>\r
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-clone</em> [-l [-s]] [-q] [-n] [--naked] [-o &lt;name&gt;] [-u &lt;upload-pack&gt;]\r
+<div class="content"><em>git-clone</em> [-l [-s]] [-q] [-n] [--bare] [-o &lt;name&gt;] [-u &lt;upload-pack&gt;]\r
           &lt;repository&gt; [&lt;directory&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -349,14 +349,16 @@ branch you are currently working on.  Remote branches other than
 </p>\r
 </dd>\r
 <dt>\r
---naked\r
+--bare\r
 </dt>\r
 <dd>\r
 <p>\r
-        Make a <em>naked</em> GIT repository.  That is, instead of\r
+        Make a <em>bare</em> GIT repository.  That is, instead of\r
         creating <tt>&lt;directory&gt;</tt> and placing the administrative\r
         files in <tt>&lt;directory&gt;/.git</tt>, make the <tt>&lt;directory&gt;</tt>\r
-        itself the <tt>$GIT_DIR</tt>. This implies <tt>-n</tt> option.\r
+        itself the <tt>$GIT_DIR</tt>. This implies <tt>-n</tt> option.  When\r
+        this option is used, neither the <tt>origin</tt> branch nor the\r
+        default <tt>remotes/origin</tt> file is created.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -432,12 +434,12 @@ $ git show-branch</tt></pre>
 </div></div>\r
 </dd>\r
 <dt>\r
-Create a naked repository to publish your changes to the public\r
+Create a bare repository to publish your changes to the public\r
 </dt>\r
 <dd>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>$ git clone --naked -l /home/proj/.git /pub/scm/proj.git</tt></pre>\r
+<pre><tt>$ git clone --bare -l /home/proj/.git /pub/scm/proj.git</tt></pre>\r
 </div></div>\r
 </dd>\r
 <dt>\r
@@ -446,7 +448,7 @@ Create a repository on the kernel.org machine that borrows from Linus
 <dd>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>$ git clone --naked -l -s /pub/scm/.../torvalds/linux-2.6.git \\r
+<pre><tt>$ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \\r
     /pub/scm/.../me/subsys-2.6.git</tt></pre>\r
 </div></div>\r
 </dd>\r
@@ -466,7 +468,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 15-Jan-2006 02:13:28 PDT\r
+Last updated 10-Mar-2006 00:31:23 UTC\r
 </div>\r
 </div>\r
 </body>\r