summaryrefslogtreecommitdiffstats
path: root/git-fetch.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-fetch.html
parentba62bfc4a47119194812fad9200d5fac5a5c15f2 (diff)
downloadgit-htmldocs-8c9d882c5cb4c5f944e39cbd841838f8e45e31f6.tar.gz
Autogenerated HTML docs for v2.43.0-386-ge02ecfc
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 1fdd6118b..75a95d199 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -787,11 +787,12 @@ may be used by scripts or other git commands, such as <a href="git-pull.html">gi
<div class="sectionbody">
<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">
@@ -2108,6 +2109,17 @@ fetch.pruneTags
</p>
</dd>
<dt class="hdlist1">
+fetch.all
+</dt>
+<dd>
+<p>
+ If true, fetch will attempt to update all available remotes.
+ This behavior can be overridden by passing <code>--no-all</code> or by
+ explicitly specifying one or more remote(s) to fetch from.
+ Defaults to false.
+</p>
+</dd>
+<dt class="hdlist1">
fetch.output
</dt>
<dd>