Skip to content

Commit 705a66c

Browse files
committed
Try to fix the submodules
1 parent 707ed11 commit 705a66c

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.gitmodules

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
[submodule "concurrentqueue"]
2-
path = OpenHashTab/concurrentqueue
3-
url = https://github.com/cameron314/concurrentqueue.git
41
[submodule "Algorithms/mbedtls/mbedtls"]
52
path = Algorithms/mbedtls/mbedtls
63
url = https://github.com/ARMmbed/mbedtls.git
7-
[submodule "tiny-json"]
8-
path = OpenHashTab/tiny-json
9-
url = https://github.com/rafagafe/tiny-json.git
104
[submodule "Algorithms/xxHash/xxHash"]
115
path = Algorithms/xxHash/xxHash
126
url = https://github.com/Cyan4973/xxHash.git
@@ -25,6 +19,12 @@
2519
[submodule "Algorithms/QuickXorHash/QuickXorHash"]
2620
path = Algorithms/QuickXorHash/QuickXorHash
2721
url = https://github.com/namazso/QuickXorHash.git
28-
[submodule "compile-time-regular-expressions"]
22+
[submodule "OpenHashTab/compile-time-regular-expressions"]
2923
path = OpenHashTab/compile-time-regular-expressions
3024
url = https://github.com/hanickadot/compile-time-regular-expressions.git
25+
[submodule "OpenHashTab/concurrentqueue"]
26+
path = OpenHashTab/concurrentqueue
27+
url = https://github.com/cameron314/concurrentqueue.git
28+
[submodule "OpenHashTab/tiny-json"]
29+
path = OpenHashTab/tiny-json
30+
url = https://github.com/rafagafe/tiny-json.git

OpenHashTab/concurrentqueue

Submodule concurrentqueue added at a989e7e

OpenHashTab/tiny-json

Submodule tiny-json added at 025cdde

0 commit comments

Comments
 (0)