summaryrefslogtreecommitdiffstats
path: root/gitmodules.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-12-17 06:57:26 +0000
committerJunio C Hamano <junio@kernel.org>2010-12-17 06:57:26 +0000
commit0d75e8734ce2601a438c17a0588270dd3fa8aec1 (patch)
tree363735b98fcf0a14a4451e68f99fa405ec4e4014 /gitmodules.txt
parent7eeb87e0c2c984b2f0f5797c572f8e3661438005 (diff)
downloadgit-htmldocs-0d75e8734ce2601a438c17a0588270dd3fa8aec1.tar.gz
Autogenerated HTML docs for v1.7.3.4-568-g1b974
Diffstat (limited to 'gitmodules.txt')
-rw-r--r--gitmodules.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/gitmodules.txt b/gitmodules.txt
index bcffd95ad..6c93202e7 100644
--- a/gitmodules.txt
+++ b/gitmodules.txt
@@ -44,6 +44,14 @@ submodule.<name>.update::
This config option is overridden if 'git submodule update' is given
the '--merge' or '--rebase' options.
+submodule.<name>.fetchRecurseSubmodules::
+ This option can be used to enable/disable recursive fetching of this
+ submodule. If this option is also present in the submodules entry in
+ .git/config of the superproject, the setting there will override the
+ one found in .gitmodules.
+ Both settings can be overriden on the command line by using the
+ "--[no-]recurse-submodules" option to "git fetch" and "git pull"..
+
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