blob: bdb032c267c1cf06592089eec1eabcfc1659c62c (
plain)
1
2
3
4
5
6
7
|
## Add `depth` option to `wrap-git`
To allow shallow cloning, an option `depth` has been added to `wrap-git`.
This applies recursively to submodules when `clone-recursive` is set to `true`.
Note that the git server may have to be configured to support shallow cloning
not only for branches but also for tags.
|