mirror of
https://github.com/git/git.git
synced 2026-02-28 18:48:50 +00:00
Merge branch 'db/doc-fetch-jobs-auto'
Doc update. * db/doc-fetch-jobs-auto: doc: fetch: document `--jobs=0` behavior
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user