aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-03-05 09:42:48 +0100
committerEike Ziller <eike.ziller@qt.io>2019-03-05 08:45:07 +0000
commit67e647d6b7a702ff845b4fc73f31c14ea26b9f03 (patch)
tree096488de9b051f6abf59c4e79be753f40aa53df4
parentb17611dbf9145a358504188f8e984c8f3f3671d1 (diff)
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 <eike.ziller@qt.io>
-rw-r--r--.gitmodules8
1 files 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 = .