mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Suggest a shallow clone of the library submodule
This saves some space on the user's file system. They can still update to the full history of the binaries if they want, e.g. with ``` git fetch ---unshallow ``` (https://stackoverflow.com/a/17937889/870079)
This commit is contained in:
parent
1683b71cf9
commit
aa673a714b
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