mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Merge #5839
5839: Make submodules shallow by default r=def- a=edg-l Otherwise it downloads 250mb of data you probably don't want. Co-authored-by: Edgar Luque <git@edgarluque.com>
This commit is contained in:
commit
674ac6de79
1
.gitmodules
vendored
1
.gitmodules
vendored
|
@ -1,3 +1,4 @@
|
||||||
[submodule "ddnet-libs"]
|
[submodule "ddnet-libs"]
|
||||||
path = ddnet-libs
|
path = ddnet-libs
|
||||||
url = https://github.com/ddnet/ddnet-libs
|
url = https://github.com/ddnet/ddnet-libs
|
||||||
|
shallow = true
|
||||||
|
|
Loading…
Reference in a new issue