summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-02-01 06:36:08 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-02-01 06:36:08 +0000
commit8b6e23b4a1acd44f3af2ecfed98fe44096a325c8 (patch)
tree657670631436145f858e27547bbfbc16ec5941b1 /git-fetch.html
parent543c5e0d33e2e508beb456c07ae5fc3b325d3a9b (diff)
downloadgit-htmldocs-8b6e23b4a1acd44f3af2ecfed98fe44096a325c8.tar.gz
Autogenerated HTML docs for v1.6.1.2-306-gc0f6f
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 4a55d1023..cc10eba16 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -484,15 +484,14 @@ branches you are not interested in, you will not get them.</p></div>
</dt>
<dd>
<p>
- The canonical format of a &lt;refspec&gt; parameter is
- <tt>+?&lt;src&gt;:&lt;dst&gt;</tt>; that is, an optional plus <tt>&#43;</tt>, followed
- by the source ref, followed by a colon <tt>:</tt>, followed by
- the destination ref.
+ The format of a &lt;refspec&gt; parameter is an optional plus
+ <tt>&#43;</tt>, followed by the source ref &lt;src&gt;, followed
+ by a colon <tt>:</tt>, followed by the destination ref &lt;dst&gt;.
</p>
<div class="para"><p>The remote ref that matches &lt;src&gt;
is fetched, and if &lt;dst&gt; is not empty string, the local
ref that matches it is fast forwarded using &lt;src&gt;.
-Again, if the optional plus <tt>+</tt> is used, the local ref
+If the optional plus <tt>+</tt> is used, the local ref
is updated even if it does not result in a fast forward
update.</p></div>
<div class="admonitionblock">
@@ -787,7 +786,7 @@ Junio C Hamano &lt;gitster@pobox.com&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-12-10 08:33:15 UTC
+Last updated 2009-02-01 06:35:53 UTC
</div>
</div>
</body>