From 67e647d6b7a702ff845b4fc73f31c14ea26b9f03 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 5 Mar 2019 09:42:48 +0100 Subject: Fix gitmodules' branches Change the branch specification to '.' to make this unnecessary in the future. The dot makes it use the same branch as the repository that you have checked out of the super repository. Available since git version 2.10. Change-Id: Ibd753a38bb4d4b701f5f107b2f426d511983a132 Reviewed-by: Eike Ziller --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index d066e40..eba95ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,19 +1,19 @@ [submodule "qtcreator"] path = qtcreator url = ../qt-creator - branch = 4.8 + branch = . [submodule "fossil"] path = plugins/fossil url = ../plugin-fossil-scm depends = qtcreator - branch = 4.8 + branch = . [submodule "haskell"] path = plugins/haskell url = ../plugin-haskell depends = qtcreator - branch = 4.8 + branch = . [submodule "pythonextensions"] path = plugins/pythonextensions url = ../plugin-pythonextensions depends = qtcreator - branch = 4.8 + branch = . -- cgit v1.2.3