Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-01-19 16:09:23 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2021-01-19 17:45:20 +0300
commit0dfe5cf88118265ab5913cde00efa8a76928ffad (patch)
treead7323bb05fb76940bda7092705ccd1f6180e069
parent198b129fed0af93f344303276dc180d5e89bead5 (diff)
gitmodules: Consistently remove trailing slash
The forms with or without a trailing slash are interchangeable via https, but the form with a trailing slash doesn't work if you have git configured to always access Github repositories via ssh, using something like: git config --global url."git+ssh://git@github.com/".insteadOf "https://github.com/" Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 41e09459..99e40643 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,9 @@
[submodule "wine"]
path = wine
- url = https://github.com/ValveSoftware/wine/
+ url = https://github.com/ValveSoftware/wine
[submodule "dxvk"]
path = dxvk
- url = https://github.com/ValveSoftware/dxvk/
+ url = https://github.com/ValveSoftware/dxvk
[submodule "openvr"]
path = openvr
url = https://github.com/ValveSoftware/openvr
@@ -12,7 +12,7 @@
url = https://github.com/liberationfonts/liberation-fonts
[submodule "FAudio"]
path = FAudio
- url = https://github.com/FNA-XNA/FAudio/
+ url = https://github.com/FNA-XNA/FAudio
[submodule "gstreamer"]
path = gstreamer
url = https://gitlab.freedesktop.org/gstreamer/gstreamer.git