summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
commita28a920b817789e9535e30d163d1cfeda9803b99 (patch)
tree0276dc9699fe17f0b3daa7ad772b8f34f11463b7 /git-fetch.html
parent010705ace148110d091fef2fb78d70223306d9e0 (diff)
downloadgit-htmldocs-a28a920b817789e9535e30d163d1cfeda9803b99.tar.gz
Autogenerated HTML docs for v1.7.11-3-g60475
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 9d3f7ddaa..5cc000c42 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -607,7 +607,7 @@ branches you are not interested in, you will not get them.</p></div>
<div class="paragraph"><p><em>git fetch</em> can fetch from either a single named repository,
or from several repositories at once if &lt;group&gt; is given and
there is a remotes.&lt;group&gt; entry in the configuration file.
-(See ).</p></div>
+(See <a href="git-config.html">git-config(1)</a>).</p></div>
</div>
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
@@ -639,7 +639,7 @@ there is a remotes.&lt;group&gt; entry in the configuration file.
<dd>
<p>
Deepen the history of a <em>shallow</em> repository created by
- <tt>git clone</tt> with <tt>--depth=&lt;depth&gt;</tt> option (see )
+ <tt>git clone</tt> with <tt>--depth=&lt;depth&gt;</tt> option (see <a href="git-clone.html">git-clone(1)</a>)
by the specified number of commits.
</p>
</dd>
@@ -710,7 +710,7 @@ there is a remotes.&lt;group&gt; entry in the configuration file.
from the remote repository are fetched and stored locally.
This option disables this automatic tag following. The default
behavior for a remote may be specified with the remote.&lt;name&gt;.tagopt
- setting. See .
+ setting. See <a href="git-config.html">git-config(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -728,7 +728,7 @@ there is a remotes.&lt;group&gt; entry in the configuration file.
flag lets all tags and their associated objects be
downloaded. The default behavior for a remote may be
specified with the remote.&lt;name&gt;.tagopt setting. See
- .
+ <a href="git-config.html">git-config(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -774,8 +774,8 @@ there is a remotes.&lt;group&gt; entry in the configuration file.
This option is used internally to temporarily provide a
non-negative default value for the --recurse-submodules
option. All other methods of configuring fetch&#8217;s submodule
- recursion (such as settings in and
- ) override this option, as does
+ recursion (such as settings in <a href="gitmodules.html">gitmodules(5)</a> and
+ <a href="git-config.html">git-config(1)</a>) override this option, as does
specifying --[no-]recurse-submodules directly.
</p>
</dd>
@@ -859,7 +859,7 @@ there is a remotes.&lt;group&gt; entry in the configuration file.
<p>
A name referring to a list of repositories as the value
of remotes.&lt;group&gt; in the configuration file.
- (See ).
+ (See <a href="git-config.html">git-config(1)</a>).
</p>
</dd>
<dt class="hdlist1">
@@ -1028,7 +1028,7 @@ syntaxes may be used:</p></div>
</li>
</ul></div>
<div class="paragraph"><p>These two syntaxes are mostly equivalent, except when cloning, when
-the former implies --local option. See for
+the former implies --local option. See <a href="git-clone.html">git-clone(1)</a> for
details.</p></div>
<div class="paragraph"><p>When git doesn&#8217;t know how to handle a certain transport protocol, it
attempts to use the <em>remote-&lt;transport&gt;</em> remote helper, if one
@@ -1043,7 +1043,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 for details.</p></div>
+invoked. See <a href="git-remote-helpers.html">git-remote-helpers(1)</a> 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
@@ -1104,7 +1104,7 @@ a file in the <tt>$GIT_DIR/branches</tt> directory.
because they each contain a refspec which git will use by default.</p></div>
<h3 id="_named_remote_in_configuration_file">Named remote in configuration file</h3><div style="clear:left"></div>
<div class="paragraph"><p>You can choose to provide the name of a remote which you had previously
-configured using ,
+configured using <a href="git-remote.html">git-remote(1)</a>, <a href="git-config.html">git-config(1)</a>
or even by a manual edit to the <tt>$GIT_DIR/config</tt> file. The URL of
this remote will be used to access the repository. The refspec
of this remote will be used by default when you do
@@ -1205,11 +1205,11 @@ version.</p></div>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p></p></div>
+<div class="paragraph"><p><a href="git-pull.html">git-pull(1)</a></p></div>
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Part of the suite</p></div>
+<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>