summaryrefslogtreecommitdiffstats
path: root/git-pull.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-19 16:49:42 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-19 16:49:42 -0800
commit8c9d882c5cb4c5f944e39cbd841838f8e45e31f6 (patch)
treecfb968f65d138ac3652a61e80aa324d5e017f742 /git-pull.html
parentba62bfc4a47119194812fad9200d5fac5a5c15f2 (diff)
downloadgit-htmldocs-8c9d882c5cb4c5f944e39cbd841838f8e45e31f6.tar.gz
Autogenerated HTML docs for v2.43.0-386-ge02ecfc
Diffstat (limited to 'git-pull.html')
-rw-r--r--git-pull.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-pull.html b/git-pull.html
index 98e52b9aa..9619fa577 100644
--- a/git-pull.html
+++ b/git-pull.html
@@ -1179,11 +1179,12 @@ unless you have read <a href="git-rebase.html">git-rebase(1)</a> carefully.</td>
<h3 id="_options_related_to_fetching">Options related to fetching</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
---all
+--[no-]all
</dt>
<dd>
<p>
- Fetch all remotes.
+ Fetch all remotes. This overrides the configuration variable
+ <code>fetch.all</code>.
</p>
</dd>
<dt class="hdlist1">