Code

Submodules: Add the "fetchRecurseSubmodules" config option
[git.git] / Documentation / config.txt
index b10e36f7e4ff3f804c0c464829fdbf93c70796f3..bb17432ea748332678fb62fbee0ac36c27aaef7e 100644 (file)
@@ -1768,6 +1768,13 @@ submodule.<name>.update::
        URL and other values found in the `.gitmodules` file.  See
        linkgit:git-submodule[1] and linkgit:gitmodules[5] for details.
 
+submodule.<name>.fetchRecurseSubmodules::
+       This option can be used to enable/disable recursive fetching of this
+       submodule. It can be overriden by using the --[no-]recurse-submodules
+       command line option to "git fetch" and "git pull".
+       This setting will override that from in the linkgit:gitmodules[5]
+       file.
+
 submodule.<name>.ignore::
        Defines under what circumstances "git status" and the diff family show
        a submodule as modified. When set to "all", it will never be considered