summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-21 17:54:30 -0800
committerJunio C Hamano <gitster@pobox.com>2023-01-21 17:54:30 -0800
commita75aada385d663fe4451d0f91aab3aa07c0d85e6 (patch)
tree5ac7a0bf8355168914ff02768c14974e7fbff526 /git-fetch.html
parent635978b311f6f7a8658016e600a28eb8740b062d (diff)
downloadgit-htmldocs-a75aada385d663fe4451d0f91aab3aa07c0d85e6.tar.gz
Autogenerated HTML docs for v2.39.1-308-g56c8f
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-fetch.html b/git-fetch.html
index e4fc99601..5764582e4 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -1914,10 +1914,10 @@ Update the remote-tracking branches:
<div class="content">
<pre><code>$ git fetch origin</code></pre>
</div></div>
-<div class="paragraph"><p>The above command copies all branches from the remote refs/heads/
-namespace and stores them to the local refs/remotes/origin/ namespace,
-unless the branch.&lt;name&gt;.fetch option is used to specify a non-default
-refspec.</p></div>
+<div class="paragraph"><p>The above command copies all branches from the remote <code>refs/heads/</code>
+namespace and stores them to the local <code>refs/remotes/origin/</code> namespace,
+unless the <code>remote.&lt;repository&gt;.fetch</code> option is used to specify a
+non-default refspec.</p></div>
</li>
<li>
<p>
@@ -2184,7 +2184,7 @@ submodule update</code>. This is expected to be fixed in a future Git version.</
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-14 13:23:11 PDT
+ 2023-01-21 17:52:14 PST
</div>
</div>
</body>