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>

Sebastian Schuberth committed Apr 19, 2017 at 07:56 UTC 8d3047cd5bfadbe0232fdec9c9cebb5deb67dbb9
1 file changed +2 -2
Documentation/gitmodules.txt
+2 -2
@@ -84,8 +84,8 @@ submodule.<name>.ignore::
84
85 submodule.<name>.shallow::
86 When set to true, a clone of this submodule will be performed as a
87 - shallow clone unless the user explicitly asks for a non-shallow
88 - clone.
87 + shallow clone (with a history depth of 1) unless the user explicitly
88 + asks for a non-shallow clone.
89
90
91 EXAMPLES