commit d028c5b

hovercats  ·  2026-09-03 11:26:08 +0000 UTC
parent f4e78f3
add shallow flag on submodules I forgot about earler
1 files changed,  +6, -3
+6, -3
 1@@ -462,9 +462,9 @@
 2 	url = https://git.sr.ht/~rabbits/uxncli
 3 	shallow = true
 4 [submodule "pkg/uxn12/src"]
 5-       path = pkg/uxn12/src
 6-       url = https://srcdump.net/pita/uxn12.git
 7-       shallow = true
 8+    path = pkg/uxn12/src
 9+    url = https://srcdump.net/pita/uxn12.git
10+    shallow = true
11 [submodule "pkg/uxnmin/src"]
12 	path = pkg/uxnmin/src
13 	url = https://git.sr.ht/~rabbits/uxnmin
14@@ -476,6 +476,7 @@
15 [submodule "pkg/neuswc/src"]
16 	path = pkg/neuswc/src
17 	url = https://srcdump.net/shrub/neuswc.git
18+	shallow = true
19 [submodule "pkg/wawa/src"]
20 	path = pkg/wawa/src
21 	url = https://srcdump.net/sewn/wawa.git
22@@ -483,9 +484,11 @@
23 [submodule "pkg/chum/src"]
24 	path = pkg/chum/src
25 	url = https://git.sr.ht/~dlm/chum
26+	shallow = true
27 [submodule "pkg/yap/src"]
28 	path = pkg/yap/src
29 	url = https://srcdump.net/shrub/yap.git
30+	shallow = true
31 [submodule "pkg/cterm/src"]
32 	path = pkg/cterm/src
33 	url = https://srcdump.net/uint/cterm.git