Merge branch 'sg/doc-show-branch-typofix'
[gitweb.git] / Documentation / pull-fetch-param.txt
index 293c6b967decca67999ebd5f2cf5fea410efff15..7d3a60f5b9361cd46adc4f005694a52ed06fd1c1 100644 (file)
@@ -45,9 +45,9 @@ rules particular to 'git fetch' are noted below.
 +
 Until Git version 2.20, and unlike when pushing with
 linkgit:git-push[1], any updates to `refs/tags/*` would be accepted
-without `+` in the refspec (or `--force`). The receiving promiscuously
+without `+` in the refspec (or `--force`). When fetching, we promiscuously
 considered all tag updates from a remote to be forced fetches.  Since
-Git version 2.20, fetching to update `refs/tags/*` work the same way
+Git version 2.20, fetching to update `refs/tags/*` works the same way
 as when pushing. I.e. any updates will be rejected without `+` in the
 refspec (or `--force`).
 +