fetch doc: correct grammar in --force docs
Correct a grammar error (saying "the receiving" made no sense) in the recently landed documentation added in my 0bc8d71b99 ("fetch: stop clobbering existing tags without --force", 2018-08-31) by rephrasing the sentence. Also correct 'fetching work the same way' by s/work/&s/; Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ævar Arnfjörð Bjarmason committed
Sep 18, 2018 at 05:47 UTC
73e947963c7b44bfa5a9b5dc48f62cbf6d0bc39b
1 file changed
+2
-2
Documentation/pull-fetch-param.txt
+2
-2
@@ -45,9 +45,9 @@ rules particular to 'git fetch' are noted below.
45
+
46
Until Git version 2.20, and unlike when pushing with
47
linkgit:git-push[1], any updates to `refs/tags/*` would be accepted
48
-without `+` in the refspec (or `--force`). The receiving promiscuously
48
+without `+` in the refspec (or `--force`). When fetching, we promiscuously
49
considered all tag updates from a remote to be forced fetches. Since
50
-Git version 2.20, fetching to update `refs/tags/*` work the same way
50
+Git version 2.20, fetching to update `refs/tags/*` works the same way
51
as when pushing. I.e. any updates will be rejected without `+` in the
52
refspec (or `--force`).
53
+