소스 검색

Merge pull request #666 from dtzxporter/mark-submodules-as-shallow

Mark external dependency submodules as shallow
Paul-Louis Ageneau 3 년 전
부모
커밋
8c1aa212d2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .gitmodules

+ 4 - 0
.gitmodules

@@ -1,15 +1,19 @@
 [submodule "deps/plog"]
 [submodule "deps/plog"]
 	path = deps/plog
 	path = deps/plog
 	url = https://github.com/SergiusTheBest/plog.git
 	url = https://github.com/SergiusTheBest/plog.git
+	shallow = true
 [submodule "deps/usrsctp"]
 [submodule "deps/usrsctp"]
 	path = deps/usrsctp
 	path = deps/usrsctp
 	url = https://github.com/sctplab/usrsctp.git
 	url = https://github.com/sctplab/usrsctp.git
+	shallow = true
 [submodule "deps/libjuice"]
 [submodule "deps/libjuice"]
 	path = deps/libjuice
 	path = deps/libjuice
 	url = https://github.com/paullouisageneau/libjuice.git
 	url = https://github.com/paullouisageneau/libjuice.git
 [submodule "deps/json"]
 [submodule "deps/json"]
 	path = deps/json
 	path = deps/json
 	url = https://github.com/nlohmann/json.git
 	url = https://github.com/nlohmann/json.git
+	shallow = true
 [submodule "deps/libsrtp"]
 [submodule "deps/libsrtp"]
 	path = deps/libsrtp
 	path = deps/libsrtp
 	url = https://github.com/cisco/libsrtp.git
 	url = https://github.com/cisco/libsrtp.git
+	shallow = true