Skip to content

Commit 9b26207

Browse files
committed
make submodules shallow clones by default
1 parent 40a7de2 commit 9b26207

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
[submodule "lua53/lua"]
22
path = lua53/lua
33
url = https://github.com/lua/lua.git
4+
shallow = true
45
[submodule "lvgl/lvgl"]
56
path = lvgl/lvgl
67
url = https://github.com/littlevgl/lvgl.git
8+
shallow = true
79
[submodule "libopenthread/openthread"]
810
path = libopenthread/openthread
911
url = https://github.com/openthread/openthread.git
12+
shallow = true
1013
[submodule "RadioLib/RadioLib"]
1114
path = RadioLib/RadioLib
1215
url = https://github.com/jgromes/RadioLib.git
16+
shallow = true
1317
[submodule "lwip/lwip"]
1418
path = lwip/lwip
1519
# Using GitHub mirror, as git.savannah.gnu.org seems to cause
1620
# problems with `git submodule sync`
1721
#url = https://git.savannah.gnu.org/git/lwip.git
1822
url = https://github.com/lwip-tcpip/lwip.git
23+
shallow = true

0 commit comments

Comments
 (0)