From: Sebastian Schuberth Date: Wed, 19 Apr 2017 07:56:33 +0000 (+0000) Subject: gitmodules: clarify what history depth a shallow clone has X-Git-Tag: v2.13.0-rc1~9^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8d3047cd5bfadbe0232fdec9c9cebb5deb67dbb9 gitmodules: clarify what history depth a shallow clone has Signed-off-by: Sebastian Schuberth Signed-off-by: Junio C Hamano --- 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..ignore:: submodule..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