From 9d5f37d667cba6f00b863d81105379074d48fdc1 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 13 Feb 2026 13:02:04 +0100 Subject: [PATCH] doc: fetch: document `--jobs=0` behavior In c39952b92 (fetch: choose a sensible default with --jobs=0 again, 2023-02-20), the `--jobs=0` behavior was (re)introduced, but it went undocumented. Since this is the same behavior as `git -c fetch.parallel=0 fetch`, which is documented, this change creates symmetry between the two documentation sections. Signed-off-by: Daniel D. Beck --- Documentation/fetch-options.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/fetch-options.adoc b/Documentation/fetch-options.adoc index fcba46ee9e5d61..e15cbc51f2a8df 100644 --- a/Documentation/fetch-options.adoc +++ b/Documentation/fetch-options.adoc @@ -234,6 +234,8 @@ endif::git-pull[] `--jobs=`:: Parallelize all forms of fetching up to __ 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