summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-clone.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/git-clone.html b/git-clone.html
index e7c76397e..37bd14dcc 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -273,7 +273,7 @@ git-clone(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-clone</em> [--template=&lt;template_directory&gt;]
+<div class="content"><em>git clone</em> [--template=&lt;template_directory&gt;]
[-l] [-s] [--no-hardlinks] [-q] [-n] [--bare]
[-o &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]
[--depth &lt;depth&gt;] [--] &lt;repository&gt; [&lt;directory&gt;]</div></div>
@@ -347,10 +347,10 @@ it unless you understand what it does. If you clone your
repository using this option and then delete branches (or use any
other git command that makes any existing commit unreferenced) in the
source repository, some objects may become unreferenced (or dangling).
-These objects may be removed by normal git operations (such as git-commit[1])
-which automatically call git-gc[1]. If these objects are removed and
-were referenced by the cloned repository, then the cloned repository
-will become corrupt.</p>
+These objects may be removed by normal git operations (such as <tt>git-commit</tt>)
+which automatically call <tt>git gc --auto</tt>. (See <a href="git-gc.html">git-gc(1)</a>.)
+If these objects are removed and were referenced by the cloned repository,
+then the cloned repository will become corrupt.</p>
</dd>
<dt>
--reference &lt;repository&gt;
@@ -375,7 +375,7 @@ will become corrupt.</p>
<dd>
<p>
Operate quietly. This flag is passed to "rsync" and
- "git-fetch-pack" commands when given.
+ <tt>git-fetch-pack</tt> commands when given.
</p>
</dd>
<dt>
@@ -427,7 +427,7 @@ will become corrupt.</p>
<dd>
<p>
When given, and the repository to clone from is handled
- by <em>git-fetch-pack</em>, <em>--exec=&lt;upload-pack&gt;</em> is passed to
+ by <tt>git-fetch-pack</tt>, <tt>--exec=&lt;upload-pack&gt;</tt> is passed to
the command to specify non-default path for the command
run on the other end.
</p>
@@ -668,7 +668,7 @@ Create a repository on the kernel.org machine that borrows from Linus
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 01:33:26 UTC
+Last updated 02-Jul-2008 03:01:36 UTC
</div>
</div>
</body>