aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-19 15:04:45 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-19 15:04:45 -0800
commitf033388b0f1f633706ef0c1033b32e52f1d5df72 (patch)
tree2f7eea4b89f3a71275e4db7211fb4241c8022267 /Documentation/config
parent5d1ee0749bb857776789dead29f7d98802771c77 (diff)
parent39487a1510fcdbb4124882f531a077dbdfe1ef60 (diff)
downloadgit-f033388b0f1f633706ef0c1033b32e52f1d5df72.tar.gz
Merge branch 'tb/fetch-all-configuration'
"git fetch" learned to pay attention to "fetch.all" configuration variable, which pretends as if "--all" was passed from the command line when no remote parameter was given. * tb/fetch-all-configuration: fetch: add new config option fetch.all
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/fetch.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config/fetch.txt b/Documentation/config/fetch.txt
index aea5b97477..d7dc461bd1 100644
--- a/Documentation/config/fetch.txt
+++ b/Documentation/config/fetch.txt
@@ -50,6 +50,12 @@ fetch.pruneTags::
refs. See also `remote.<name>.pruneTags` and the PRUNING
section of linkgit:git-fetch[1].
+fetch.all::
+ If true, fetch will attempt to update all available remotes.
+ This behavior can be overridden by passing `--no-all` or by
+ explicitly specifying one or more remote(s) to fetch from.
+ Defaults to false.
+
fetch.output::
Control how ref update status is printed. Valid values are
`full` and `compact`. Default value is `full`. See the