summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-09-20 14:53:41 -0700
committerJunio C Hamano <gitster@pobox.com>2018-09-20 14:53:41 -0700
commitca9da32e093dafdac15a5b5bdd306d6435a524be (patch)
treeab198d718f0c4c74a85a1cec3b7dacabf07a8374 /git-fetch.html
parent980e61ec567f55c9247391052477e61a32d24548 (diff)
downloadgit-htmldocs-ca9da32e093dafdac15a5b5bdd306d6435a524be.tar.gz
Autogenerated HTML docs for v2.19.0-221-g150f3
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 906a062ff..4cf1c1c4a 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -1226,9 +1226,9 @@ section of <a href="git-push.html">git-push(1)</a> for what those are. Exception
rules particular to <em>git fetch</em> are noted below.</p></div>
<div class="paragraph"><p>Until Git version 2.20, and unlike when pushing with
<a href="git-push.html">git-push(1)</a>, any updates to <code>refs/tags/*</code> would be accepted
-without <code>+</code> in the refspec (or <code>--force</code>). The receiving promiscuously
+without <code>+</code> in the refspec (or <code>--force</code>). When fetching, we promiscuously
considered all tag updates from a remote to be forced fetches. Since
-Git version 2.20, fetching to update <code>refs/tags/*</code> work the same way
+Git version 2.20, fetching to update <code>refs/tags/*</code> works the same way
as when pushing. I.e. any updates will be rejected without <code>+</code> in the
refspec (or <code>--force</code>).</p></div>
<div class="paragraph"><p>Unlike when pushing with <a href="git-push.html">git-push(1)</a>, any updates outside of