summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
commit719b8a3137af7aea177e42a98cdfbb5180a10f33 (patch)
tree0b0aceeacfdab20db87a431a8a95e1388f0d9e19 /git-clone.html
parent022bd341a82a08e16719ab8744973feed49e94d3 (diff)
downloadgit-htmldocs-719b8a3137af7aea177e42a98cdfbb5180a10f33.tar.gz
Autogenerated HTML docs for v1.7.11-rc2-2-g02101
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-clone.html b/git-clone.html
index 31704c0a5..cde27e400 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -664,7 +664,7 @@ 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 <tt>git commit</tt>)
-which automatically call <tt>git gc --auto</tt>. (See <a href="git-gc.html">git-gc(1)</a>.)
+which automatically call <tt>git gc --auto</tt>. (See .)
If these objects are removed and were referenced by the cloned repository,
then the cloned repository will become corrupt.</p></div>
<div class="paragraph"><p>Note that running <tt>git repack</tt> without the <tt>-l</tt> option in a repository
@@ -813,7 +813,7 @@ objects from the source repository into a pack in the cloned repository.</p></di
<dd>
<p>
Specify the directory from which templates will be used;
- (See the "TEMPLATE DIRECTORY" section of <a href="git-init.html">git-init(1)</a>.)
+ (See the "TEMPLATE DIRECTORY" section of .)
</p>
</dd>
<dt class="hdlist1">
@@ -828,7 +828,7 @@ objects from the source repository into a pack in the cloned repository.</p></di
this takes effect immediately after the repository is
initialized, but before the remote history is fetched or any
files checked out. The key is in the same format as expected by
- <a href="git-config.html">git-config(1)</a> (e.g., <tt>core.eol=true</tt>). If multiple
+ (e.g., <tt>core.eol=true</tt>). If multiple
values are given for the same key, each value will be written to
the config file. This makes it safe, for example, to add
additional fetch refspecs to the origin remote.
@@ -1003,7 +1003,7 @@ may be used:</p></div>
</ul></div>
<div class="paragraph"><p>where &lt;address&gt; may be a path, a server and path, or an arbitrary
URL-like string recognized by the specific remote helper being
-invoked. See <a href="git-remote-helpers.html">git-remote-helpers(1)</a> for details.</p></div>
+invoked. See for details.</p></div>
<div class="paragraph"><p>If there are a large number of similarly-named remote repositories and
you want to use a different format for them (such that the URLs you
use will be rewritten into URLs that work), you can create a
@@ -1099,7 +1099,7 @@ Create a repository on the kernel.org machine that borrows from Linus:
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
+<div class="paragraph"><p>Part of the suite</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>