diff options
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/fetch-options.adoc | 2 |
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 |
