summaryrefslogtreecommitdiff
path: root/Documentation/gitmodules.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-08 21:48:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-08-08 21:48:44 (GMT)
commitdc7e09a3e0b1a06348a0b59da71ceefe08489e77 (patch)
tree67796886aac6a24fad48cf40462e4121120e3da4 /Documentation/gitmodules.txt
parent19492555ca5859b43521cb489ff16cdfc9316f6e (diff)
parentf6fb30a01d2373f36cbf2054be9ae1bf65475794 (diff)
downloadgit-dc7e09a3e0b1a06348a0b59da71ceefe08489e77.zip
git-dc7e09a3e0b1a06348a0b59da71ceefe08489e77.tar.gz
git-dc7e09a3e0b1a06348a0b59da71ceefe08489e77.tar.bz2
Merge branch 'sb/submodule-recommend-shallowness'
Doc update. * sb/submodule-recommend-shallowness: gitmodules: document shallow recommendation
Diffstat (limited to 'Documentation/gitmodules.txt')
-rw-r--r--Documentation/gitmodules.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt
index 07cdd73..0849d28 100644
--- a/Documentation/gitmodules.txt
+++ b/Documentation/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
--------