summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-20 13:15:42 -0700
committerJunio C Hamano <gitster@pobox.com>2018-08-20 13:15:42 -0700
commit11ae320e2426a014c516958921458ae1382a84f4 (patch)
tree5cfcb5266179992591032f26824a17d130117610 /git-fetch.html
parentbfd91f4e89b5ab0f4238e1bfb7bd0e2a82adc225 (diff)
downloadgit-htmldocs-11ae320e2426a014c516958921458ae1382a84f4.tar.gz
Autogenerated HTML docs for v2.19.0-rc0
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 75f6ef863..592bb4440 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -1217,7 +1217,7 @@ name.</p></div>
<div class="paragraph"><p><code>tag &lt;tag&gt;</code> means the same as <code>refs/tags/&lt;tag&gt;:refs/tags/&lt;tag&gt;</code>;
it requests fetching everything up to the given tag.</p></div>
<div class="paragraph"><p>The remote ref that matches &lt;src&gt;
-is fetched, and if &lt;dst&gt; is not empty string, the local
+is fetched, and if &lt;dst&gt; is not an empty string, the local
ref that matches it is fast-forwarded using &lt;src&gt;.
If the optional plus <code>+</code> is used, the local ref
is updated even if it does not result in a fast-forward