diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2017-04-19 09:56:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-20 04:00:54 +0200 |
commit | 8d3047cd5bfadbe0232fdec9c9cebb5deb67dbb9 (patch) | |
tree | e3f7f705bc184e45aae00a75c40513d8bc93c0ff /Documentation/gitmodules.txt | |
parent | Prepare for 2.12.3 (diff) | |
download | git-8d3047cd5bfadbe0232fdec9c9cebb5deb67dbb9.tar.xz git-8d3047cd5bfadbe0232fdec9c9cebb5deb67dbb9.zip |
gitmodules: clarify what history depth a shallow clone has
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitmodules.txt')
-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 8f7c50f330..6f39f247a0 100644 --- a/Documentation/gitmodules.txt +++ b/Documentation/gitmodules.txt @@ -84,8 +84,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 |