summaryrefslogtreecommitdiffstats
path: root/gitmodules.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-08 15:26:49 -0700
committerJunio C Hamano <gitster@pobox.com>2016-08-08 15:26:49 -0700
commite548d1b2c1b0ecaf83038da7b3098aa3c9466c0c (patch)
tree6022c61f9a7ded3a98b29c5424bf8dbb38868fe9 /gitmodules.txt
parentadb9b58bf7b67b33fb06a5b6e7a385cb0a4ef837 (diff)
downloadgit-htmldocs-e548d1b2c1b0ecaf83038da7b3098aa3c9466c0c.tar.gz
Autogenerated HTML docs for v2.9.2-664-ga0a18
Diffstat (limited to 'gitmodules.txt')
-rw-r--r--gitmodules.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/gitmodules.txt b/gitmodules.txt
index 07cdd73ab..0849d281b 100644
--- a/gitmodules.txt
+++ b/gitmodules.txt
@@ -79,6 +79,11 @@ submodule.<name>.ignore::
"--ignore-submodule" option. The 'git submodule' commands are not
affected by this setting.
+submodule.<name>.shallow::
+ When set to true, a clone of this submodule will be performed as a
+ shallow clone unless the user explicitely asks for a non-shallow
+ clone.
+
EXAMPLES
--------