Sync with maint
[gitweb.git] / Documentation / fetch-options.txt
index 45583d8454b4cae9bdb2ddb904c077cf1d3a1223..6b109f687aa27e6ad8ee4b7b665d053193975af6 100644 (file)
@@ -100,6 +100,13 @@ ifndef::git-pull[]
        reference to a commit that isn't already in the local submodule
        clone.
 
+-j::
+--jobs=<n>::
+       Number of parallel children to be used for fetching submodules.
+       Each will fetch from different submodules, such that fetching many
+       submodules will be faster. By default submodules will be fetched
+       one at a time.
+
 --no-recurse-submodules::
        Disable recursive fetching of submodules (this has the same effect as
        using the '--recurse-submodules=no' option).