aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-02-27 15:11:54 -0800
committerJunio C Hamano <gitster@pobox.com>2026-02-27 15:11:54 -0800
commit4416ec1ae3cc431e2c441410ebee7da3e87fb66d (patch)
tree994a91df4e5a2cde7ba82c8cb2cd34a04e0d6514 /Documentation
parentd64a20a1b185082fa6fc83b339f922f95fa45bdc (diff)
parent143e84958cb0209947a56d656c8e947d736dd4ab (diff)
downloadgit-4416ec1ae3cc431e2c441410ebee7da3e87fb66d.tar.xz
Merge branch 'db/doc-fetch-jobs-auto'
Doc update. * db/doc-fetch-jobs-auto: doc: fetch: document `--jobs=0` behavior
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/fetch-options.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/fetch-options.adoc b/Documentation/fetch-options.adoc
index a0cfb50d89..81a9d7f9bb 100644
--- a/Documentation/fetch-options.adoc
+++ b/Documentation/fetch-options.adoc
@@ -253,6 +253,8 @@ endif::git-pull[]
`--jobs=<n>`::
Parallelize all forms of fetching up to _<n>_ jobs at a time.
+
+A value of 0 will use some reasonable default.
++
If the `--multiple` option was specified, the different remotes will be fetched
in parallel. If multiple submodules are fetched, they will be fetched in
parallel. To control them independently, use the config settings