Skip to content

Commit 143e849

Browse files
ddbeckgitster
authored andcommitted
doc: fetch: document --jobs=0 behavior
In c39952b (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 <daniel@ddbeck.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 16bd9f2 commit 143e849

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Documentation/fetch-options.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ endif::git-pull[]
228228
--jobs=<n>::
229229
Number of parallel children to be used for all forms of fetching.
230230
+
231+
A value of 0 will use some reasonable default.
232+
+
231233
If the `--multiple` option was specified, the different remotes will be fetched
232234
in parallel. If multiple submodules are fetched, they will be fetched in
233235
parallel. To control them independently, use the config settings

0 commit comments

Comments
 (0)