Skip to content

Commit 8d3047c

Browse files
sschuberthgitster
authored andcommitted
gitmodules: clarify what history depth a shallow clone has
Signed-off-by: Sebastian Schuberth <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 49800c9 commit 8d3047c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/gitmodules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ submodule.<name>.ignore::
8484

8585
submodule.<name>.shallow::
8686
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.
8989

9090

9191
EXAMPLES

0 commit comments

Comments
 (0)