summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-01 03:20:24 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-01 03:20:24 +0000
commitd3361ad1971d98f2e17e3bb09b77eee7b93700f0 (patch)
treeeb9680167625297499a3ab3f9ec400afe7f9d13a /git-fetch.html
parent1caaf47fc4409328ee5086d389322ea8829cdff8 (diff)
downloadgit-htmldocs-d3361ad1971d98f2e17e3bb09b77eee7b93700f0.tar.gz
Autogenerated HTML docs for v1.5.0-rc0-ge900
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html27
1 files changed, 15 insertions, 12 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 93806b28e..c21c778d5 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -558,9 +558,10 @@ file in <tt>$GIT_DIR/remotes</tt> directory can be given; the
named file should be in the following format:</p>
<div class="listingblock">
<div class="content">
-<pre><tt>URL: one of the above URL format
-Push: &lt;refspec&gt;
-Pull: &lt;refspec&gt;</tt></pre>
+<pre><tt> URL: one of the above URL format
+ Push: &lt;refspec&gt;
+ Pull: &lt;refspec&gt;
+</tt></pre>
</div></div>
<p>Then such a short-hand is specified in place of
&lt;repository&gt; without &lt;refspec&gt; parameters on the command
@@ -572,10 +573,11 @@ be specified for additional branch mappings.</p>
of <tt>fetch</tt> instead of <tt>Pull:</tt>):</p>
<div class="listingblock">
<div class="content">
-<pre><tt>[remote "&lt;remote&gt;"]
- url = &lt;url&gt;
- push = &lt;refspec&gt;
- fetch = &lt;refspec&gt;</tt></pre>
+<pre><tt> [remote "&lt;remote&gt;"]
+ url = &lt;url&gt;
+ push = &lt;refspec&gt;
+ fetch = &lt;refspec&gt;
+</tt></pre>
</div></div>
<p>The name of a file in <tt>$GIT_DIR/branches</tt> directory can be
specified as an older notation short-hand; the named
@@ -587,14 +589,15 @@ without the fragment is equivalent to have this in the
corresponding file in the <tt>$GIT_DIR/remotes/</tt> directory.</p>
<div class="listingblock">
<div class="content">
-<pre><tt>URL: &lt;url&gt;
-Pull: refs/heads/master:&lt;remote&gt;</tt></pre>
+<pre><tt> URL: &lt;url&gt;
+ Pull: refs/heads/master:&lt;remote&gt;
+</tt></pre>
</div></div>
<p>while having <tt>&lt;url&gt;#&lt;head&gt;</tt> is equivalent to</p>
<div class="listingblock">
<div class="content">
-<pre><tt>URL: &lt;url&gt;
-Pull: refs/heads/&lt;head&gt;:&lt;remote&gt;</tt></pre>
+<pre><tt> URL: &lt;url&gt;
+ Pull: refs/heads/&lt;head&gt;:&lt;remote&gt;</tt></pre>
</div></div>
</div>
<h2>SEE ALSO</h2>
@@ -616,7 +619,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 31-Dec-2006 08:29:25 UTC
+Last updated 01-Jan-2007 03:20:13 UTC
</div>
</div>
</body>