Avoid 'redirecting to' warnings when cloning
This commit is contained in:
parent
e72a09ee27
commit
b54762597a
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -56,15 +56,15 @@
|
||||||
|
|
||||||
[submodule "components/protobuf-c/protobuf-c"]
|
[submodule "components/protobuf-c/protobuf-c"]
|
||||||
path = components/protobuf-c/protobuf-c
|
path = components/protobuf-c/protobuf-c
|
||||||
url = ../../protobuf-c/protobuf-c
|
url = ../../protobuf-c/protobuf-c.git
|
||||||
|
|
||||||
[submodule "components/unity/unity"]
|
[submodule "components/unity/unity"]
|
||||||
path = components/unity/unity
|
path = components/unity/unity
|
||||||
url = ../../ThrowTheSwitch/Unity
|
url = ../../ThrowTheSwitch/Unity.git
|
||||||
|
|
||||||
[submodule "examples/build_system/cmake/import_lib/main/lib/tinyxml2"]
|
[submodule "examples/build_system/cmake/import_lib/main/lib/tinyxml2"]
|
||||||
path = examples/build_system/cmake/import_lib/main/lib/tinyxml2
|
path = examples/build_system/cmake/import_lib/main/lib/tinyxml2
|
||||||
url = ../../leethomason/tinyxml2
|
url = ../../leethomason/tinyxml2.git
|
||||||
|
|
||||||
[submodule "components/esp_wifi/lib_esp32"]
|
[submodule "components/esp_wifi/lib_esp32"]
|
||||||
path = components/esp_wifi/lib_esp32
|
path = components/esp_wifi/lib_esp32
|
||||||
|
|
Loading…
Reference in a new issue