Skip to content

Commit 4c3b0b2

Browse files
committed
Mark external dependency submodules as shallow to speed up the cloning process
1 parent 9c4de01 commit 4c3b0b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
[submodule "deps/plog"]
22
path = deps/plog
33
url = https://github.com/SergiusTheBest/plog.git
4+
shallow = true
45
[submodule "deps/usrsctp"]
56
path = deps/usrsctp
67
url = https://github.com/sctplab/usrsctp.git
8+
shallow = true
79
[submodule "deps/libjuice"]
810
path = deps/libjuice
911
url = https://github.com/paullouisageneau/libjuice.git
1012
[submodule "deps/json"]
1113
path = deps/json
1214
url = https://github.com/nlohmann/json.git
15+
shallow = true
1316
[submodule "deps/libsrtp"]
1417
path = deps/libsrtp
1518
url = https://github.com/cisco/libsrtp.git
19+
shallow = true

0 commit comments

Comments
 (0)