Skip to content

Commit 864033a

Browse files
committed
Merge branch 'ss/submodule-shallow-doc'
Doc update. * ss/submodule-shallow-doc: gitmodules: clarify what history depth a shallow clone has
2 parents 3c2312e + 8d3047c commit 864033a

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
@@ -93,8 +93,8 @@ submodule.<name>.ignore::
9393

9494
submodule.<name>.shallow::
9595
When set to true, a clone of this submodule will be performed as a
96-
shallow clone unless the user explicitly asks for a non-shallow
97-
clone.
96+
shallow clone (with a history depth of 1) unless the user explicitly
97+
asks for a non-shallow clone.
9898

9999

100100
EXAMPLES

0 commit comments

Comments
 (0)