On reflection, using explicit protocol in .gitmodules, so that other people will be less mystified by behavior

This commit is contained in:
Cheng 2024-08-25 05:32:55 +00:00
parent 770b0bf715
commit a5a8701cc8
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View File

@ -1,12 +1,12 @@
[submodule "libsodium"] [submodule "libsodium"]
path = libsodium path = libsodium
url = ../libsodium.git url = git://rho.la/libsodium.git
branch = rho-fork branch = rho-fork
[submodule "mpir"] [submodule "mpir"]
path = mpir path = mpir
url = ../mpir.git url = git://rho.la/mpir.git
branch = rho-fork branch = rho-fork
[submodule "wxWidgets"] [submodule "wxWidgets"]
path = wxWidgets path = wxWidgets
url = ../wxWidgets.git url = git://rho.la/wxWidgets.git
branch = rho-fork branch = rho-fork

@ -1 +1 @@
Subproject commit 9a465d3d39f183e6fd4635f199e5e455d52b58c5 Subproject commit aff2cd0190c1b87e98862209a6a5c1b3c918c028