aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorFelix Bourbonnais <thor400.75@gmail.com>2016-05-12 16:53:47 -0400
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-13 06:20:50 +0000
commit5d74375896f85b0439c5d9e1552bbf13d06b3cba (patch)
treea338d1f1b68e314448b85a1c798d3d1b0142c921 /.gitmodules
parentcdbd5528625ea3b1fe429134013f7cc6dd18b41f (diff)
pyside-setup : improvement to gitmodules URLs
Added .git to URLs so that users can 'clone --recursive the project Change-Id: I15974b20869444354a1c967988638e960a9fda33 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index bf44e8a51..0c78fd7da 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
[submodule "sources/pyside2"]
path = sources/pyside2
- url = ../pyside
+ url = ../pyside.git
[submodule "sources/shiboken2"]
path = sources/shiboken2
- url = ../shiboken
+ url = ../shiboken.git
[submodule "sources/pyside2-tools"]
path = sources/pyside2-tools
- url = ../pyside-tools
+ url = ../pyside-tools.git
[submodule "sources/pyside2-examples"]
path = sources/pyside2-examples
url = https://github.com/PySide/pyside2-examples.git