diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-04-26 15:39:07 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-26 15:39:07 +0900 |
commit | 864033a3833d6d0f90bf5a2bd1128b295c1041a7 (patch) | |
tree | 844338dde6ab461b1c581c5a338a808879091cd7 | |
parent | 3c2312e06a7b253a485c9f642c6ee70ce296aa5e (diff) | |
parent | 8d3047cd5bfadbe0232fdec9c9cebb5deb67dbb9 (diff) | |
download | git-864033a3833d6d0f90bf5a2bd1128b295c1041a7.tar.gz |
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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt index 470062413f..db5d47eb19 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 |