aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-04-26 15:39:07 +0900
committerJunio C Hamano <gitster@pobox.com>2017-04-26 15:39:07 +0900
commit864033a3833d6d0f90bf5a2bd1128b295c1041a7 (patch)
tree844338dde6ab461b1c581c5a338a808879091cd7
parent3c2312e06a7b253a485c9f642c6ee70ce296aa5e (diff)
parent8d3047cd5bfadbe0232fdec9c9cebb5deb67dbb9 (diff)
downloadgit-864033a3833d6d0f90bf5a2bd1128b295c1041a7.tar.gz
git-864033a3833d6d0f90bf5a2bd1128b295c1041a7.tar.xz
Merge branch 'ss/submodule-shallow-doc'
Doc update. * ss/submodule-shallow-doc: gitmodules: clarify what history depth a shallow clone has
-rw-r--r--Documentation/gitmodules.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt
index 470062413..db5d47eb1 100644
--- a/Documentation/gitmodules.txt
+++ b/Documentation/gitmodules.txt
@@ -93,8 +93,8 @@ submodule.<name>.ignore::
submodule.<name>.shallow::
When set to true, a clone of this submodule will be performed as a
- shallow clone unless the user explicitly asks for a non-shallow
- clone.
+ shallow clone (with a history depth of 1) unless the user explicitly
+ asks for a non-shallow clone.
EXAMPLES