Remove branch specs from submodules

We use the registered SHAs, and COIN does funny things with them (doesn't like the '.' at all, since
it doesn't replace that with the branch of the parent repository.)

Change-Id: Ifeb5ac1fa4bd251018f2c1032b4f1d729731bcc3
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
This commit is contained in:
Eike Ziller
2020-10-01 13:18:05 +02:00
parent dc64f3207b
commit f34c6fbebf

3
.gitmodules vendored
View File

@@ -6,12 +6,9 @@
path = src/tools/perfparser path = src/tools/perfparser
url = ../perfparser.git url = ../perfparser.git
ignore = dirty ignore = dirty
branch = .
[submodule "litehtml"] [submodule "litehtml"]
path = src/plugins/help/qlitehtml/litehtml path = src/plugins/help/qlitehtml/litehtml
url = https://github.com/litehtml/litehtml.git url = https://github.com/litehtml/litehtml.git
branch = master
[submodule "googletest"] [submodule "googletest"]
path = tests/unit/unittest/3rdparty/googletest path = tests/unit/unittest/3rdparty/googletest
url = https://github.com/google/googletest.git url = https://github.com/google/googletest.git
branch = v1.10.x