From 5d74375896f85b0439c5d9e1552bbf13d06b3cba Mon Sep 17 00:00:00 2001 From: Felix Bourbonnais Date: Thu, 12 May 2016 16:53:47 -0400 Subject: 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 Reviewed-by: Friedemann Kleint --- .gitmodules | 6 +++--- 1 file 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 -- cgit v1.2.3