From 0e6c8c34d128c9bada575193f8da25268285622c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Mon, 24 Jul 2017 14:30:23 +0300 Subject: Set submodules to point to same branch as supermodule Change-Id: Iddba1b5fb64b8cb2b9700c06de000948d4ba491a Reviewed-by: Simon Hausmann Reviewed-by: Friedemann Kleint --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index a77eaedc2..9a97d3b04 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,10 @@ [submodule "sources/pyside2-tools"] path = sources/pyside2-tools + branch = 5.6 url = ../pyside-tools.git [submodule "sources/pyside2-examples"] path = sources/pyside2-examples + branch = 5.6 url = ../examples.git [submodule "wiki"] path = wiki -- cgit v1.2.3