Skip to content

Commit 3b62405

Browse files
committed
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`, this change creates symmetry between the two documentation sections. Signed-off-by: Daniel D. Beck <daniel@ddbeck.com>
1 parent 453e7b7 commit 3b62405

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
@@ -234,6 +234,8 @@ endif::git-pull[]
234234
`--jobs=<n>`::
235235
Parallelize all forms of fetching up to _<n>_ jobs at a time.
236236
+
237+
A value of 0 will use some reasonable default.
238+
+
237239
If the `--multiple` option was specified, the different remotes will be fetched
238240
in parallel. If multiple submodules are fetched, they will be fetched in
239241
parallel. To control them independently, use the config settings

0 commit comments

Comments
 (0)