summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-08-08 14:46:11 -0700
committerJunio C Hamano <gitster@pobox.com>2019-08-08 14:46:11 -0700
commit2aba1015961dc17e61159c30c374af72379615d0 (patch)
treed2bb5d27bcc50936a361b7899480c2cb555d6eac /git-fetch.html
parent98e725549e9be991ecd49152b8b75f97405054cf (diff)
downloadgit-htmldocs-2aba1015961dc17e61159c30c374af72379615d0.tar.gz
Autogenerated HTML docs for v2.23.0-rc1-10-gc2a8c3
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 178ca8079..55f63a71d 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -1809,7 +1809,7 @@ Using refspecs explicitly:
<div class="paragraph"><p>This updates (or creates, as necessary) branches <code>pu</code> and <code>tmp</code> in
the local repository by fetching from the branches (respectively)
<code>pu</code> and <code>maint</code> from the remote repository.</p></div>
-<div class="paragraph"><p>The <code>pu</code> branch will be updated even if it is does not fast-forward,
+<div class="paragraph"><p>The <code>pu</code> branch will be updated even if it does not fast-forward,
because it is prefixed with a plus sign; <code>tmp</code> will not be.</p></div>
</li>
<li>
@@ -1876,7 +1876,7 @@ As in #1, the attacker chooses an object ID X to steal. The victim sends
<div class="sectionbody">
<div class="paragraph"><p>Using --recurse-submodules can only fetch new commits in already checked
out submodules right now. When e.g. upstream added a new submodule in the
-just fetched commits of the superproject the submodule itself can not be
+just fetched commits of the superproject the submodule itself cannot be
fetched, making it impossible to check out that submodule later without
having to do a fetch again. This is expected to be fixed in a future Git
version.</p></div>
@@ -1899,7 +1899,7 @@ version.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-02-05 15:33:20 PST
+ 2019-08-08 14:41:52 PDT
</div>
</div>
</body>