Documentation/diff-config: fix description of diff.renames
[gitweb.git] / Documentation / fetch-options.txt
index 78cd2653cddb833466a69d9236aee2f81ca3dd30..952dfdfef098ca00b7976ef9d549401f171514f6 100644 (file)
@@ -101,6 +101,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).