Don't shallow-clone submodules
This commit is contained in:
parent
a1f1f99a45
commit
d2e2bb711f
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -2,40 +2,31 @@
|
|||||||
path = deps/libtommath
|
path = deps/libtommath
|
||||||
url = https://github.com/libtom/libtommath.git
|
url = https://github.com/libtom/libtommath.git
|
||||||
branch = develop
|
branch = develop
|
||||||
shallow = true
|
|
||||||
[submodule "deps/libtomcrypt"]
|
[submodule "deps/libtomcrypt"]
|
||||||
path = deps/libtomcrypt
|
path = deps/libtomcrypt
|
||||||
url = https://github.com/libtom/libtomcrypt.git
|
url = https://github.com/libtom/libtomcrypt.git
|
||||||
branch = develop
|
branch = develop
|
||||||
shallow = true
|
|
||||||
[submodule "deps/zlib"]
|
[submodule "deps/zlib"]
|
||||||
path = deps/zlib
|
path = deps/zlib
|
||||||
url = https://github.com/madler/zlib.git
|
url = https://github.com/madler/zlib.git
|
||||||
branch = develop
|
branch = develop
|
||||||
shallow = true
|
|
||||||
[submodule "deps/HDiffPatch"]
|
[submodule "deps/HDiffPatch"]
|
||||||
path = deps/HDiffPatch
|
path = deps/HDiffPatch
|
||||||
url = https://github.com/sisong/HDiffPatch.git
|
url = https://github.com/sisong/HDiffPatch.git
|
||||||
branch = master
|
branch = master
|
||||||
shallow = true
|
|
||||||
[submodule "deps/GSL"]
|
[submodule "deps/GSL"]
|
||||||
path = deps/GSL
|
path = deps/GSL
|
||||||
url = https://github.com/Microsoft/GSL.git
|
url = https://github.com/Microsoft/GSL.git
|
||||||
shallow = true
|
|
||||||
[submodule "deps/discord-rpc"]
|
[submodule "deps/discord-rpc"]
|
||||||
path = deps/discord-rpc
|
path = deps/discord-rpc
|
||||||
url = https://github.com/discordapp/discord-rpc.git
|
url = https://github.com/discordapp/discord-rpc.git
|
||||||
shallow = true
|
|
||||||
[submodule "deps/rapidjson"]
|
[submodule "deps/rapidjson"]
|
||||||
path = deps/rapidjson
|
path = deps/rapidjson
|
||||||
url = https://github.com/Tencent/rapidjson.git
|
url = https://github.com/Tencent/rapidjson.git
|
||||||
shallow = true
|
|
||||||
[submodule "deps/udis86"]
|
[submodule "deps/udis86"]
|
||||||
path = deps/udis86
|
path = deps/udis86
|
||||||
url = https://github.com/vmt/udis86.git
|
url = https://github.com/vmt/udis86.git
|
||||||
shallow = true
|
|
||||||
[submodule "deps/ChaiScript"]
|
[submodule "deps/ChaiScript"]
|
||||||
path = deps/ChaiScript
|
path = deps/ChaiScript
|
||||||
url = https://github.com/ChaiScript/ChaiScript.git
|
url = https://github.com/ChaiScript/ChaiScript.git
|
||||||
branch = master
|
branch = master
|
||||||
shallow = true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user