OSDN Git Service

gitmodules: clarify what history depth a shallow clone has
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 19 Apr 2017 07:56:33 +0000 (07:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Apr 2017 02:00:54 +0000 (19:00 -0700)
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitmodules.txt

index 8f7c50f..6f39f24 100644 (file)
@@ -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